Skip to content

Commit

Permalink
Merge pull request #122 from petervanderrhodes/patch-1
Browse files Browse the repository at this point in the history
Update Node.h
  • Loading branch information
tolstenko authored Sep 26, 2023
2 parents c35fb48 + 3768b08 commit f924f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/maze/Node.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define MOBAGEN_NODE_H
#include <iostream>
#include <vector>
#include <cstdint>

// the goal of this data structure is to interface with the world
struct Node {
Expand Down

0 comments on commit f924f94

Please sign in to comment.