Procházet zdrojové kódy

build: hide the SDL_main.h inclusion in core.h, and only activate it

on Windows if using Visual Studio; if using MinGW, try to stick to the
original main() entry point.
master
Sam Hocevar před 12 roky
rodič
revize
a513bfce2a
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. +0
    -4
      neercs/neercs.cpp

+ 0
- 4
neercs/neercs.cpp Zobrazit soubor

@@ -27,10 +27,6 @@
# include <cmath>
#endif

#if USE_SDL
# include <SDL_main.h>
#endif

#include <time.h>
#include <caca.h>



Načítá se…
Zrušit
Uložit