(RMenu) Don't use item struct anymore

This commit is contained in:
twinaphex 2013-04-13 18:47:42 +02:00
parent 5a7f6b4471
commit a4ae3f0679
2 changed files with 509 additions and 526 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,15 +35,6 @@
#define DEVICE_CAST xdk_d3d_video_t*
#endif
typedef struct
{
unsigned char enum_id;
char text[64];
char setting_text[64];
char comment[192];
unsigned char page;
} item;
enum
{
CONFIG_FILE = 0,