docs: add more TODOs

This commit is contained in:
2023-09-11 20:52:56 -05:00
parent e062ada301
commit 129aed0ffb
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ use sdl2::keyboard::Keycode;
use sdl2::render::{Texture, TextureCreator};
use sdl2::video::WindowContext;
use sdl2::{pixels::Color, render::Canvas, video::Window};
use tracing::event;
use crate::constants::{MapTile, BOARD_HEIGHT, BOARD_WIDTH, RAW_BOARD};
use crate::direction::Direction;