mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-19 01:35:14 +00:00
11 lines
No EOL
240 B
C++
11 lines
No EOL
240 B
C++
#pragma once
|
|
|
|
#include "server/gamemode/GameModeBase.hpp"
|
|
#include <heap/seadHeap.h>
|
|
|
|
// base struct containing info about the current gamemode
|
|
struct GameModeInfoBase {
|
|
GameMode mMode;
|
|
};
|
|
|
|
#include "server/gamemode/GameModeManager.hpp" |