aboutsummaryrefslogtreecommitdiffstats
path: root/src/yabs_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yabs_utils.h')
-rw-r--r--src/yabs_utils.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/yabs_utils.h b/src/yabs_utils.h
index 6006935..a931189 100644
--- a/src/yabs_utils.h
+++ b/src/yabs_utils.h
@@ -1,6 +1,3 @@
-#ifndef YABS_UTILS_H
-#define YABS_UTILS_H
-
/*********************************/
/* YABS ( // */
/* yabs_gameplay ( )/ */
@@ -9,11 +6,15 @@
/* ()__)____________))))) :^} */
/*********************************/
+#ifndef YABS_UTILS_H
+#define YABS_UTILS_H
+
namespace utils {
// unused, for now :^}
int min(int v1, int v2);
int max(int v1, int v2);
int clamp(int v, int v1, int v2);
-} // namespace utils
+} // namespace utils
+
#endif /* YABS_UTILS_H */