|
@@ -52,7 +52,7 @@ int main()
|
|
atexit(SDL_Quit);
|
|
atexit(SDL_Quit);
|
|
|
|
|
|
// [1.3] Set title
|
|
// [1.3] Set title
|
|
- SDL_WM_SetCaption("Application SDL", 0);
|
|
|
|
|
|
+ SDL_WM_SetCaption("Biome Box", 0);
|
|
|
|
|
|
/// [2] Create components
|
|
/// [2] Create components
|
|
// [2.1] Create window
|
|
// [2.1] Create window
|