prog
Some checks failed
Build Dusk / run-tests (push) Failing after 1m58s
Build Dusk / build-linux (push) Failing after 1m26s
Build Dusk / build-psp (push) Failing after 1m41s

This commit is contained in:
2026-01-26 18:27:12 -06:00
parent 9544d15a18
commit d1b03c4cb3
7 changed files with 126 additions and 104 deletions

View File

@@ -15,8 +15,10 @@
#include "item/itemid.h"
#include "item/itemname.h"
// test.
typedef struct {
itemtype_t type;
const char_t *name;
const itemtype_t type;
} item_t;
extern const item_t ITEMS[];