first commit
This commit is contained in:
20
include/modules/script_squirrel/cobject/vector_decl.h
Normal file
20
include/modules/script_squirrel/cobject/vector_decl.h
Normal file
@ -0,0 +1,20 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __COBJECT_VECTOR_DECL__
|
||||
#define __COBJECT_VECTOR_DECL__
|
||||
|
||||
|
||||
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
||||
|
||||
|
||||
namespace GS { struct Vector4; }
|
||||
|
||||
_DECL_CLASS(Vector)
|
||||
_DECL_NATIVE_CONSTRUCTION(Vector, GS::Vector4)
|
||||
|
||||
|
||||
#endif // __COBJECT_VECTOR_DECL__
|
||||
Reference in New Issue
Block a user