Added csv_to_array tool
This commit is contained in:
@@ -3,18 +3,4 @@
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
dusk_csv_to_enum(
|
||||
${CMAKE_CURRENT_LIST_DIR}/items.csv
|
||||
item/itemtype.h
|
||||
itemtype_t
|
||||
ITEM_TYPE
|
||||
type
|
||||
)
|
||||
|
||||
dusk_csv_to_enum(
|
||||
${CMAKE_CURRENT_LIST_DIR}/items.csv
|
||||
item/itemid.h
|
||||
itemid_t
|
||||
ITEM_ID
|
||||
id
|
||||
)
|
||||
dusk_item_csv(${CMAKE_CURRENT_LIST_DIR}/items.csv)
|
||||
Reference in New Issue
Block a user