XPlor/libs/assets/menulist.h

14 lines
166 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef MENULIST_H
#define MENULIST_H
#include "menudef.h"
struct MenuList
{
const char *name;
int menuCount;
MenuDef **menus;
};
#endif // MENULIST_H