Skip to content
Snippets Groups Projects
Commit 0ff5eab8 authored by Lorenz Martin Diel's avatar Lorenz Martin Diel
Browse files

added author tags

parent 86351334
No related branches found
No related tags found
1 merge request!53added author tags
......@@ -106,3 +106,11 @@ Max Körschen:
- Building.cpp/hpp (interactions and logic)
- level.cpp/hpp (eventhandling for units and buildings, movement, attack etc)
- debugging in CombatEngine.cpp/hpp, Bullets.cpp/hpp
Lorenz Diel:
- Units.cpp/hpp
- UnitInfoMenu.cpp/hpp
- level.cpp/hpp
- Config.cpp/hpp
- Weapon.cpp/hpp
- CombatEngine.cpp/hpp
......@@ -5,6 +5,11 @@
#include <memory>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -3,6 +3,10 @@
#include "../core/Engine.hpp"
#include "../entities/Unit.hpp"
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
#include "Weapon.hpp"
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
Weapon::Weapon() {}
......
......@@ -3,6 +3,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -9,6 +9,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -6,6 +6,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
/* ENUMS FOR GLOBAL USE*/
......
......@@ -3,6 +3,7 @@
*
* @authors Max Körschen
* @author Frederik Keens
* @author Lorenz Diel
*/
#include "Unit.hpp"
......
......@@ -3,6 +3,7 @@
*
* @authors Max Körschen
* @author Frederik Keens
* @author Lorenz Diel
*/
#pragma once
......
......@@ -3,6 +3,7 @@
*
* @authors Max Körschen
* @author Frederik Keens
* @author Lorenz Diel
*/
#include "Level.hpp"
......
......@@ -3,6 +3,7 @@
*
* @authors Max Körschen
* @author Frederik Keens
* @author Lorenz Diel
*/
#pragma once
......
/**
* @authors Max Körschen
* @author Lorenz Diel
*/
#include "UnitInfoMenu.hpp"
......
/**
* @authors Max Körschen
* @author Lorenz Diel
*/
#pragma once
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment