소스 검색

system: try to autodetect the data directory from the executable path;

currently works for images (SDL and GDI+ loaders) and sound samples.
master
Sam Hocevar 12 년 전
부모
커밋
27e5ce7bef
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      neercs/neercs.cpp

+ 3
- 1
neercs/neercs.cpp 파일 보기

@@ -1,7 +1,7 @@
//
// Neercs
//
// Copyright: (c) 2012 Sam Hocevar <sam@hocevar.net>
// Copyright: (c) 2012-2013 Sam Hocevar <sam@hocevar.net>
//

#if defined HAVE_CONFIG_H
@@ -70,6 +70,8 @@ Neercs::~Neercs()

int main(int argc, char **argv)
{
System::Init(argc, argv);

Application app("Neercs", ivec2(800, 600), 60.0f);

#if defined _MSC_VER && !defined _XBOX


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