XPlor/libs/assets/stringtable.h

13 lines
186 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef STRINGTABLESH_H
#define STRINGTABLESH_H
struct StringTable
{
const char *name;
int columnCount;
int rowCount;
const char **values;
};
#endif // STRINGTABLESH_H