#include "functions.c" #include "loop.c" int main(int argc, char** argv) { initWindow(); loadFont(); windowLoop(); destroy(); }