You've already forked MP1R-Rando-CodeEdits
mirror of
https://github.com/CraftyBoss/MP1R-Rando-CodeEdits.git
synced 2026-04-01 08:50:26 -07:00
10 lines
194 B
C
10 lines
194 B
C
#pragma once
|
|
|
|
#include <CGame/CGameState.h>
|
|
#include <CUniverse/CUniverseMP1.h>
|
|
|
|
// global game objects with symbols
|
|
|
|
extern CGameStateMP1* gpGameState;
|
|
extern CUniverseInfoMP1* gpUniverseInfo;
|