cleanup, fix name
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
/* Based on Lua Wiki example: http://lua-users.org/wiki/SimplerCppBinding
|
/* LuaBinding - helpers to expose Lua bindings for C++ classes. */
|
||||||
* Modified by Chris.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef LuaBinding_H
|
#ifndef LuaBinding_H
|
||||||
#define LuaBinding_H
|
#define LuaBinding_H
|
||||||
@@ -186,7 +184,7 @@ namespace LuaHelpers { template<> void Push( T *pObject, lua_State *L ) { pObjec
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (c) 2001-2005 lua-users.org, Chris Danford
|
* (c) 2001-2005 Leonardo Palozzi, Chris Danford, Glenn Maynard
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
|||||||
Reference in New Issue
Block a user