Skip to content

Commit

Permalink
Test BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
archimede67 committed Mar 27, 2024
1 parent 1147d28 commit d87221f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/editor/editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
#include <string>
#include <vector>

#include <unordered_map>

typedef std::unordered_map<int, int> UnorderedMap;

typedef std::function<void(int *pIndex)> FIndexModifyFunction;
template<typename T>
using FDropdownRenderCallback = std::function<void(const T &, char (&aOutput)[128], std::vector<STextColorSplit> &)>;
Expand Down

0 comments on commit d87221f

Please sign in to comment.