#ifndef POKEDIAMOND_LIST_MENU_ITEMS_H #define POKEDIAMOND_LIST_MENU_ITEMS_H #include "string16.h" struct ListMenuItem { struct String * text; s32 value; }; #endif // POKEDIAMOND_LIST_MENU_ITEMS_H