Had some include troubles, renamed util but need to rename it back to .hpp. Switched the fps counter to run with imgui

This commit is contained in:
MitchellHansen
2017-03-16 23:47:05 -07:00
parent 394c9821fc
commit 15fb922c27
11 changed files with 324 additions and 402 deletions

View File

@@ -8,7 +8,7 @@
#include <iostream>
#include <functional>
#include <cmath>
#include "util.hpp"
#include "util.cpp"
#include <deque>
#include <unordered_map>
#include <bitset>