Sort of working scrolling window thing.

This commit is contained in:
Zed A. Shaw 2024-08-20 16:52:54 -04:00
parent 4227ee1cdc
commit 9cc6724df8
4 changed files with 55 additions and 55 deletions

View file

@ -22,6 +22,7 @@ class Brainfucker {
void reset();
void jump_backward();
void jump_forward();
string to_string();
};
class GameEngine {