unigi.platform.sdl1/main.c

12 lines
172 B
C
Raw Normal View History

2024-06-17 15:30:15 +00:00
#include <stdint.h>
#include <SDL/SDL.h>
2024-09-10 21:01:38 +00:00
#include "unigi/main.h"
2024-06-30 20:17:04 +00:00
#include "graphics.c"
2024-08-13 03:08:58 +00:00
#include "time.c"
2024-06-30 20:17:04 +00:00
#include "events.c"
2024-06-17 15:30:15 +00:00
unigi_type_error unigi_init() {
return 0;
}