summaryrefslogtreecommitdiff
path: root/ur.cpp
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2021-01-18 16:29:23 -0500
committerStephen Enders <smenders@gmail.com>2021-01-18 16:33:07 -0500
commit1f8159534f30d3e46f53cebb788c91153103edcb (patch)
tree4ad7f06a9ac148946be319d724be3e38ab6e7e3b /ur.cpp
parent367292e545f5a15e9dc68d60e5f4fe6835eecce1 (diff)
Move helper.h to helper.hpp and reformat
Diffstat (limited to 'ur.cpp')
-rw-r--r--ur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ur.cpp b/ur.cpp
index d1f87ed..eb68ad7 100644
--- a/ur.cpp
+++ b/ur.cpp
@@ -1,4 +1,4 @@
-#include "helper.h"
+#include "helper.hpp"
#include <SFML/Graphics.hpp>
#include <iostream>
#include <string>