first commit
This commit is contained in:
19
include/modules/script_squirrel/cobject/uv_decl.h
Normal file
19
include/modules/script_squirrel/cobject/uv_decl.h
Normal file
@ -0,0 +1,19 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __COBJECT_UV_DECL__
|
||||
#define __COBJECT_UV_DECL__
|
||||
|
||||
|
||||
#include "script_squirrel/cobject/squirrel_bindings_utils.h"
|
||||
#include "math/vector.h"
|
||||
|
||||
|
||||
_DECL_CLASS(UV)
|
||||
_DECL_NATIVE_CONSTRUCTION(UV, GS::Vector2)
|
||||
|
||||
|
||||
#endif // __COBJECT_UV_DECL__
|
||||
Reference in New Issue
Block a user