This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-03 22:33:33 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "libmath.hpp"
|
|
|
|
#include "engine.hpp"
|
|
|
|
#include "camera.hpp"
|
|
|
|
#include "renderer.hpp"
|
|
|
|
#include "event.hpp"
|
|
|
|
#include "log.hpp"
|
|
|
|
#include "texture.hpp"
|
|
|
|
#include "tool.hpp"
|
|
|
|
#include "inner_bmpfont.hpp"
|
2022-02-05 20:52:01 +08:00
|
|
|
#include "audio.hpp"
|
|
|
|
#include "tilesheet.hpp"
|
2022-02-07 21:38:35 +08:00
|
|
|
#include "ecs/ecs.hpp"
|