Merge branch '138-toggle-free-look-with-hotkey' into main/gingo-test
[ryzomcore.git] / ryzom / client / src / r2 / r2_lua.cpp
bloba29636bff3eb7a3ec3a1466e4b22eb1a43073610
1 // Ryzom - MMORPG Framework <http://dev.ryzom.com/projects/ryzom/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 //-----------------------------------------------------------------------------
18 // includes
19 //-----------------------------------------------------------------------------
21 #include "stdpch.h"
22 #include "r2_lua.h"
24 #ifdef DEBUG_NEW
25 #define new DEBUG_NEW
26 #endif
28 // stupid function to remove VC6 warnings
29 #ifdef NL_COMP_VC6
30 void foo_r2_lua_cpp() {}
31 #endif
33 namespace R2
36 const char *R2_LUA_PATH = "r2";
38 } // R2