mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 15:10:32 -04:00
trying to debug, additional rewrites
This commit is contained in:
parent
378b5586ab
commit
42f780a729
87 changed files with 1771 additions and 529 deletions
11
platform/sdl/global_context.h
Normal file
11
platform/sdl/global_context.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "sdl_context.h"
|
||||
|
||||
inline SDLContext &get_sdl_global_context () {
|
||||
static SDLContext sdl_global_context;
|
||||
return sdl_global_context;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue