diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-10 16:42:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 16:42:33 +0100 |
commit | 635f67120132f840c825b9f9b5f4fdf2a6f250ef (patch) | |
tree | d9afb8d4a3d456cfce0c314c1f9847e8dd5babe0 | |
parent | a52a405cd9932abbc51713d75d3b91884820b081 (diff) |
removed TODO
-rw-r--r-- | test/bin/test_file_read.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/bin/test_file_read.c b/test/bin/test_file_read.c index 6357feb..e9ece4d 100644 --- a/test/bin/test_file_read.c +++ b/test/bin/test_file_read.c @@ -16,8 +16,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){ |