mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "CORE//sg.h"
|
||||
|
||||
SG_ERROR global_sg_error = SG_ER_SUCCESS;
|
||||
|
||||
SG_ERROR sgGetLastError()
|
||||
{
|
||||
return global_sg_error;
|
||||
}
|
||||
Reference in New Issue
Block a user