Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Sommersemester 2015
Cpp
Deth Buff Arr
Commits
04ae7e44
Commit
04ae7e44
authored
Sep 26, 2015
by
Jerry
Browse files
you shall commit your headers
parent
2a41dd64
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/mapgen/maploader.hpp
View file @
04ae7e44
...
...
@@ -14,6 +14,7 @@
#include <DetourCrowd.h>
#include <unordered_map>
#include <mapgen/BuildContext.hpp>
#include <glm/glm.hpp>
namespace
gdw
{
class
engine
;
...
...
@@ -73,7 +74,12 @@ namespace gdw {
void
update
(
const
float
dt
);
void
render
();
void
removeAgent
(
int
idx
);
void
set_agent_pos
(
int
idx
,
const
glm
::
vec3
&
pos
);
private:
void
cleanup
();
void
generate_cylinder
(
float
size
,
...
...
@@ -82,8 +88,6 @@ namespace gdw {
int
segments
=
8
);
void
removeAgent
();
void
removeAgent
(
int
idx
);
};
}
#endif //GDW_SS15_CPP_MAPLOADER_HPP
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment