equal
deleted
inserted
replaced
30 #ifndef _SQUIRREL_H_ |
30 #ifndef _SQUIRREL_H_ |
31 /* Life becomes easier when we can tell about a function it needs the VM, but |
31 /* Life becomes easier when we can tell about a function it needs the VM, but |
32 * without really including 'squirrel.h'. */ |
32 * without really including 'squirrel.h'. */ |
33 typedef void *HSQUIRRELVM; //!< Pointer to Squirrel Virtual Machine. |
33 typedef void *HSQUIRRELVM; //!< Pointer to Squirrel Virtual Machine. |
34 typedef int SQInteger; //!< Squirrel Integer. |
34 typedef int SQInteger; //!< Squirrel Integer. |
|
35 typedef struct SQObject HSQOBJECT; //!< Squirrel Object (fake declare) |
35 #endif |
36 #endif |
36 |
37 |
37 #endif /* AI_TYPES_HPP */ |
38 #endif /* AI_TYPES_HPP */ |