src/ai/api/ai_types.hpp
branchnoai
changeset 10643 970417eef395
parent 10344 b7e9f5c65e30
child 10850 617526555d1b
equal deleted inserted replaced
10642:dbb8fd36a99c 10643:970417eef395
    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 */