#pragma once namespace wrapsdl2 { bool initialize(void); void quit(void); // tool functions void delay() }