The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
402 B
17 lines
402 B
11 months ago
|
#pragma once
|
||
|
|
||
|
#include "types.h"
|
||
|
#include "core.h"
|
||
|
#include "application_manager.h"
|
||
|
#include "user_manager.h"
|
||
|
#include "image_manager.h"
|
||
|
#include "activity_manager.h"
|
||
|
#include "relationship_manager.h"
|
||
|
#include "lobby_manager.h"
|
||
|
#include "network_manager.h"
|
||
|
#include "overlay_manager.h"
|
||
|
#include "storage_manager.h"
|
||
|
#include "store_manager.h"
|
||
|
#include "voice_manager.h"
|
||
|
#include "achievement_manager.h"
|