I have a Lua Project that on its own works just fine. I have a GDNative project that works fine by itself. When I add the Lua project in, I get all these errors that say lua_State* is already defined is there a way to fix this in C++. I tried making a namespace.