mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Moved #ifdef LOVE_WINDOWS to Timer.cpp.
This commit is contained in:
@@ -24,12 +24,6 @@
|
||||
// SDL
|
||||
#include <SDL.h>
|
||||
|
||||
#ifdef LOVE_WINDOWS
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
// LOVE
|
||||
#include <common/Module.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user