First working extract with passing tests. Next to rework this so that the demo is separate from the actual library that people would use.

This commit is contained in:
Zed A. Shaw 2025-05-05 12:10:27 -04:00
parent 103793204d
commit f5f5ca6431
2 changed files with 10 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#include <memory>
#include <SFML/Graphics.hpp>
#include <functional>
#include "events.hpp"
#include <any>
#include <queue>
#include <typeindex>