mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
9 lines
131 B
C++
9 lines
131 B
C++
#pragma once
|
|
#include "basic_config.h"
|
|
|
|
#include "sdl_engine.h"
|
|
namespace Global
|
|
{
|
|
void ErrorQuit(const char* ErrorMessage);
|
|
}
|