#include <assert.h>
Go to the source code of this file.
Defines | |
#define | OSGK_API |
#define | OSGK_ASSERT(x) assert(x) |
#define | OSGK_CLASSTYPE_DEF class |
#define | OSGK_CLASSTYPE_REF |
#define | OSGK_DEFAULT_ARG(X) = X |
#define | OSGK_EXTERN_C extern "C" |
#define | OSGK_INLINE inline |
Typedefs | |
typedef unsigned int | OSGK_GeckoResult |
A Gecko result code. |
#define OSGK_API |
#define OSGK_ASSERT | ( | x | ) | assert(x) |
#define OSGK_CLASSTYPE_DEF class |
#define OSGK_CLASSTYPE_REF |
#define OSGK_DEFAULT_ARG | ( | X | ) | = X |
#define OSGK_EXTERN_C extern "C" |
#define OSGK_INLINE inline |
typedef unsigned int OSGK_GeckoResult |
A Gecko result code.