#pragma once #include #include #include #include #include namespace sdlu { // TODO: Eventually we should initialize things once the object gets created extern int Initialize(); extern void Quit(); }