added window title
This commit is contained in:
parent
26549197ce
commit
9e185ce008
2
life.cpp
2
life.cpp
|
@ -112,7 +112,7 @@ int main(int argc, char **argv) {
|
||||||
std::cerr << "SDL konnte nicht initialisiert werden: " << SDL_GetError() << std::endl;
|
std::cerr << "SDL konnte nicht initialisiert werden: " << SDL_GetError() << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
SDL_WM_SetCaption("Seba's 2D/3D Game of Life", "Seba's 2D/3D Game of Life");
|
||||||
SDL_EnableKeyRepeat(150, 50);
|
SDL_EnableKeyRepeat(150, 50);
|
||||||
|
|
||||||
// Videomode setzen
|
// Videomode setzen
|
||||||
|
|
Loading…
Reference in New Issue