Added csv_to_array tool
Some checks failed
Build Dusk / run-tests (push) Failing after 1m41s
Build Dusk / build-linux (push) Failing after 1m26s
Build Dusk / build-psp (push) Failing after 1m46s

This commit is contained in:
2026-01-26 08:37:36 -06:00
parent 9c25fde548
commit 0392dd0e7f
12 changed files with 239 additions and 41 deletions

View File

@@ -6,6 +6,11 @@
*/
#pragma once
#ifndef ITEM_CSV_GENERATED
#error "Item CSV has not been generated. Ensure dusk_item_csv is run in CMake."
#endif
#include "item/itemtype.h"
#include "item/itemid.h"