Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. diff --git a/Aquaria/ScriptInterface.cpp b/Aquaria/ScriptInterface.cpp
  2. index 45232af..ab2a73d 100644
  3. --- a/Aquaria/ScriptInterface.cpp
  4. +++ b/Aquaria/ScriptInterface.cpp
  5. @@ -22,9 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  6. #include "../BBGE/ScriptObject.h"
  7. extern "C"
  8. {
  9. - #include "lua.h"
  10. - #include "lauxlib.h"
  11. - #include "lualib.h"
  12. + #include "lua5.1/lua.h"
  13. + #include "lua5.1/lauxlib.h"
  14. + #include "lua5.1/lualib.h"
  15. }
  16. #include "DSQ.h"
  17. #include "Game.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement