1 2 3 4 5 6 7 8 9 10 11 12 13
#pragma once extern "C" { #include <SDL2/SDL.h> } namespace wsdl2 { bool initialize(void); void quit(void); // tool functions void delay(unsigned ms); }