output: add todos for later

This commit is contained in:
Trianta 2024-08-21 04:34:03 -05:00
parent 63cbe41086
commit a650970cc5

View File

@ -22,6 +22,8 @@ bool PlayerOutput::IsOpen(void) {
return isWindowAlive;
}
// TODO: Add board size limits
// Add gaps and a border that accommodate the limits
PlayerOutput::PlayerOutput(void) {
float kWidth = 1025;
float kHeight = 725;