Skip to content
Snippets Groups Projects
Commit b7562d0b authored by Max Götz Hans-Georg Körschen's avatar Max Götz Hans-Georg Körschen
Browse files

Merge branch 'nicoAuthors' into 'main'

Add Nico as Author to the parts that i certainly know he was a part of

See merge request !52
parents ecfc7382 98945352
No related branches found
No related tags found
1 merge request!52Add Nico as Author to the parts that i certainly know he was a part of
Showing
with 32 additions and 0 deletions
......@@ -58,6 +58,7 @@
4. Visual Studio erkennt automatisch das CMake-Projekt
5. Build über "Build All" ausführen
#### Falls Syntax errors
1. Erstelle .vscode/c_cpp_properties.json Datei
......
......@@ -2,6 +2,7 @@
* Building.cpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
*/
......
......@@ -2,6 +2,7 @@
* Building.hpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
*/
......
......@@ -2,6 +2,7 @@
* Unit.cpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
*/
......
......@@ -2,6 +2,7 @@
* Unit.hpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
*/
......
......@@ -2,6 +2,7 @@
* Level.cpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author David Maul
*/
......
......@@ -2,6 +2,7 @@
* Level.hpp
*
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author David Maul
*/
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#include "ContextMenu.hpp"
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#pragma once
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#include "RecruitingMenu.hpp"
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#pragma once
......
/**
* @author Nicolas Will
*/
#include "EndScreen.hpp"
#include <SDL_image.h>
......
/**
* @author Nicolas Will
*/
#pragma once
#include "../../core/Scene.hpp"
......
/**
* @author Nicolas Will
*/
#include "PauseMenu.hpp"
#include "../../core/Engine.hpp"
......
/**
* @author Nicolas Will
*/
#pragma once
#include "../../core/Scene.hpp"
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#include "HelpMenu.hpp"
#include <SDL_ttf.h>
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#pragma once
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#include "UnitInfoMenu.hpp"
......
/**
* @authors Max Körschen
* @author Nicolas Will
*/
#pragma once
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment