21 lines
480 B
C++
21 lines
480 B
C++
/* -----------------------------------------------------------------------------
|
|
GSFramework
|
|
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
|
----------------------------------------------------------------------------- */
|
|
|
|
|
|
#ifndef __COBJECT_DECL
|
|
#define __COBJECT_DECL
|
|
|
|
|
|
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
|
|
|
|
|
namespace GS { class CObject; }
|
|
|
|
_DECL_CLASS(CObject);
|
|
_DECL_NATIVE_CONSTRUCTION(CObject, GS::CObject);
|
|
|
|
|
|
#endif // __COBJECT_DECL
|