game.h 185 B

12345678910
  1. #pragma once
  2. #include "engine/engine.h"
  3. #include <draw/world.h>
  4. void spawn_icon(Level *level, const Icon *icon, float x, float y);
  5. typedef struct
  6. {
  7. uint32_t score;
  8. } GameContext;