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