Fix compile error

This commit is contained in:
Magnus Norddahl 2024-01-02 01:47:35 +01:00
commit 3f490e11af

View file

@ -1,5 +1,6 @@
#include "sdl2displaywindow.h"
#include <stdexcept>
Uint32 SDL2DisplayWindow::PaintEventNumber = 0xffffffff;
bool SDL2DisplayWindow::ExitRunLoop;