#include "luaFields.h" namespace gameBase{ using namespace std; string LuaTableField::toString(){ return ""; } AbstractLuaField LuaTableField::operator[](string fieldName){ } }