diff options
author | Stephen Enders <smenders@gmail.com> | 2021-01-18 16:29:23 -0500 |
---|---|---|
committer | Stephen Enders <smenders@gmail.com> | 2021-01-18 16:33:07 -0500 |
commit | 1f8159534f30d3e46f53cebb788c91153103edcb (patch) | |
tree | 4ad7f06a9ac148946be319d724be3e38ab6e7e3b /ur.cpp | |
parent | 367292e545f5a15e9dc68d60e5f4fe6835eecce1 (diff) |
Move helper.h to helper.hpp and reformat
Diffstat (limited to 'ur.cpp')
-rw-r--r-- | ur.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "helper.h" +#include "helper.hpp" #include <SFML/Graphics.hpp> #include <iostream> #include <string> |