Skip to content
Snippets Groups Projects
Commit a0eb4632 authored by David Maul's avatar David Maul :crab:
Browse files

add authorship of David Maul

parent 86351334
Branches
No related tags found
1 merge request!51Authorship of David Maul
/** /**
* Engine.cpp * Engine.cpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
/** /**
* Engine.hpp * Engine.hpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
/** /**
* Scene.hpp * Scene.hpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* Spritesheet.hpp * Spritesheet.hpp
* *
* @date 30.1.2025 * @date 30.1.2025
* @author Frederik Keens
* @author David Maul * @author David Maul
* @author Frederik Keens
*/ */
#include "Spritesheet.hpp" #include "Spritesheet.hpp"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* Spritesheet.hpp * Spritesheet.hpp
* *
* @date 30.1.2025 * @date 30.1.2025
* @author Frederik Keens
* @author David Maul * @author David Maul
* @author Frederik Keens
*/ */
#pragma once #pragma once
......
/** /**
* Tile.cpp * Tile.cpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
/** /**
* Tile.hpp * Tile.hpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
/**
* Window.cpp
*
* @author David Maul
*/
#include "Window.hpp" #include "Window.hpp"
#include <stdexcept> #include <stdexcept>
......
/**
* Window.hpp
*
* @author David Maul
*/
#pragma once #pragma once
#include <SDL.h> #include <SDL.h>
......
/** /**
* Effect.cpp * Effect.cpp
* * @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
/** /**
* Effect.hpp * Effect.hpp
* *
* @author David Maul
* @author Frederik Keens * @author Frederik Keens
*/ */
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
* *
* @authors Max Körschen * @authors Max Körschen
* @author Frederik Keens * @author Frederik Keens
* @author David Maul
*/ */
#include "Level.hpp" #include "Level.hpp"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* main.cpp * main.cpp
* *
* @author Frederik Keens * @author Frederik Keens
* @author David Maul
*/ */
#include "core/Engine.hpp" #include "core/Engine.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment