windmill-gint/src/main.hpp

15 lines
281 B
C++
Raw Permalink Normal View History

2021-06-18 15:09:35 +02:00
#include <gint/display.h>
#include <gint/keyboard.h>
#include <gint/gint.h>
#include <gint/clock.h>
#include <gint/timer.h>
2021-06-18 15:09:35 +02:00
#include <stdio.h>
2021-06-18 11:48:50 +02:00
#include "game.hpp"
#include "windmill.hpp"
#include "scene_map.hpp"
static int callback_tick();
void debug_pop(char const *fmt, ...);