Added csv_to_array tool
This commit is contained in:
6
assets/input/CMakeLists.txt
Normal file
6
assets/input/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) 2026 Dominic Masters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
dusk_input_csv(${CMAKE_CURRENT_LIST_DIR}/input.csv)
|
||||
8
assets/input/input.csv
Normal file
8
assets/input/input.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
id,
|
||||
UP,
|
||||
DOWN,
|
||||
LEFT,
|
||||
RIGHT,
|
||||
ACCEPT,
|
||||
CANCEL,
|
||||
RAGEQUIT
|
||||
|
Reference in New Issue
Block a user