added window title

master
seba 15 年前
父节点 26549197ce
当前提交 9e185ce008

@ -112,7 +112,7 @@ int main(int argc, char **argv) {
std::cerr << "SDL konnte nicht initialisiert werden: " << SDL_GetError() << std::endl;
return 1;
}
SDL_WM_SetCaption("Seba's 2D/3D Game of Life", "Seba's 2D/3D Game of Life");
SDL_EnableKeyRepeat(150, 50);
// Videomode setzen

正在加载...
取消
保存