mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
#include "CORE//sg.h"
|
|
|
|
SG_ERROR global_sg_error = SG_ER_SUCCESS;
|
|
|
|
SG_ERROR sgGetLastError()
|
|
{
|
|
return global_sg_error;
|
|
} |