Browse Source

engine: platform: sdl: forgot to add an include, sorry\!

pull/2/head
Alibek Omarov 2 years ago
parent
commit
13f93412cd
  1. 1
      engine/platform/sdl/sys_sdl.c

1
engine/platform/sdl/sys_sdl.c

@ -15,6 +15,7 @@ GNU General Public License for more details. @@ -15,6 +15,7 @@ GNU General Public License for more details.
#include <SDL.h>
#include "platform/platform.h"
#include "events.h"
#if XASH_TIMER == TIMER_SDL
double Platform_DoubleTime( void )

Loading…
Cancel
Save