瀏覽代碼

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


Loading…
取消
儲存