Import DeathHandler.
This commit is contained in:
parent
865efc3eb4
commit
482a13ea47
4 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "lib/vectorwrapper"]
|
||||
path = lib/vectorwrapper
|
||||
url = ../vectorwrapper/.git
|
||||
[submodule "lib/DeathHandler"]
|
||||
path = lib/DeathHandler
|
||||
url = https://github.com/vmarkovtsev/DeathHandler.git
|
||||
|
|
|
@ -65,6 +65,7 @@ target_include_directories(${PROJECT_NAME} SYSTEM
|
|||
target_include_directories(${PROJECT_NAME}
|
||||
PRIVATE src
|
||||
PRIVATE lib/vectorwrapper/include
|
||||
PRIVATE lib/DeathHandler
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
|
|
1
lib/DeathHandler
Submodule
1
lib/DeathHandler
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6b8599b81d54734e42f09c146cbde1049f1e8b69
|
|
@ -1,6 +1,7 @@
|
|||
#include "sdlmain.hpp"
|
||||
#include "gamescenebase.hpp"
|
||||
#include "ingamescene.hpp"
|
||||
#include "death_handler.h"
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <ciso646>
|
||||
|
|
Loading…
Reference in a new issue