summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/luaengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.h')
-rw-r--r--src/frontend/mame/luaengine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/luaengine.h b/src/frontend/mame/luaengine.h
index 869b875d178..28bf3b60ca2 100644
--- a/src/frontend/mame/luaengine.h
+++ b/src/frontend/mame/luaengine.h
@@ -157,6 +157,9 @@ private:
void *base;
unsigned int size;
unsigned int count;
+ unsigned int valcount;
+ unsigned int blockcount;
+ unsigned int stride;
};
void close();