mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 10:50:26 +01:00
8 lines
171 B
C++
8 lines
171 B
C++
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
#include "StdH.h"
|
||
|
#include <Engine/Build.h>
|
||
|
|
||
|
#include "MenuManager.h"
|
||
|
|
||
|
extern CMenuManager* _pGUIM = NULL;
|