소스 검색

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 12 년 전
부모
커밋
a513bfce2a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      neercs/neercs.cpp

+ 0
- 4
neercs/neercs.cpp 파일 보기

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

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

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



불러오는 중...
취소
저장