power_play/src/app/app.h
2025-07-29 00:06:43 -05:00

25 lines
548 B
C

#ifndef APP_H
#define APP_H
#include "../base/base.h"
#include "../platform/platform.h"
#include "../ttf/ttf.h"
#include "../gp/gp.h"
#include "../sim/sim.h"
#include "../user/user.h"
#include "../sprite/sprite.h"
#include "../watch/watch.h"
#include "../draw/draw.h"
#include "../sound/sound.h"
#include "../font/font.h"
#include "../asset_cache/asset_cache.h"
#include "../mixer/mixer.h"
#include "../settings/settings.h"
#include "../net/net.h"
#include "../resource/resource.h"
#include "../playback/playback.h"
#include "app_core.h"
#endif