updated to latest mobile-common (should fix love.touch index problems)

This commit is contained in:
fysx
2014-05-03 14:13:40 +02:00
parent c40250e565
commit 97d9154e48
40 changed files with 321 additions and 199 deletions
+2 -1
View File
@@ -48,7 +48,6 @@ public:
static Variant *fromLua(lua_State *L, int n, bool allowTables = true);
void toLua(lua_State *L);
private:
enum Type
{
UNKNOWN = 0,
@@ -74,6 +73,8 @@ private:
void *userdata;
std::vector<std::pair<Variant*, Variant*> > *table;
} data;
private:
love::Type udatatype;
bits flags;