diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 16:43:16 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-10 16:43:16 +0100 |
commit | adde3c22fa09092d238b165b2a65e5bfa48f00ea (patch) | |
tree | d3d4d3d1e4584c8e62f8a2cbbcddfcab9099d6db | |
parent | 8670e4bb2bdaf46399830d9c4d413705ae01dc40 (diff) |
removed TODO
-rw-r--r-- | test/bin/test_file_read.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bin/test_file_read.c b/test/bin/test_file_read.c index 6357feb..503601b 100644 --- a/test/bin/test_file_read.c +++ b/test/bin/test_file_read.c @@ -17,7 +17,6 @@ void printData(uint8_t* in) { void hh_ppu_load_tilemap() { - //TODO: lees bestand in mem char* filename = "tiles.bin"; FILE* fp = fopen(filename,"rb"); if (!fp){ |