unigi.platform.sdl2/main.c

14 lines
211 B
C
Raw Normal View History

2024-09-12 02:19:19 +00:00
#include <stdint.h>
#include <SDL2/SDL.h>
#include "unigi/main.h"
#include "graphics.c"
#include "time.c"
#include "events.c"
#include "input.c"
2024-10-16 00:58:16 +00:00
#include "sound.c"
2024-09-12 02:19:19 +00:00
unigi_type_error unigi_init() {
return 0;
}