XPlor/libs/xassets/menulist.h
2025-08-14 18:50:13 -04:00

14 lines
166 B
C

#ifndef MENULIST_H
#define MENULIST_H
#include "menudef.h"
struct MenuList
{
const char *name;
int menuCount;
MenuDef **menus;
};
#endif // MENULIST_H