mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
Moved most of the code from platform specific platform_util into a shared platform_common area
This commit is contained in:
@@ -26,12 +26,14 @@
|
||||
#endif
|
||||
|
||||
#include "platform_util.h"
|
||||
#include "platform_common.h"
|
||||
#include "conversion.h"
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Shared::Platform;
|
||||
using namespace Shared::PlatformCommon;
|
||||
|
||||
namespace Shared{ namespace Util{
|
||||
|
||||
|
Reference in New Issue
Block a user