From dbe41a2f77774ee716d3ff45db766d6400970f57 Mon Sep 17 00:00:00 2001 From: aleksav013 Date: Tue, 1 Jun 2021 21:03:32 +0200 Subject: Splitting code; Creating Makefile --- src/includes/Global.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/includes/Global.hpp (limited to 'src/includes/Global.hpp') diff --git a/src/includes/Global.hpp b/src/includes/Global.hpp new file mode 100644 index 0000000..bfb808a --- /dev/null +++ b/src/includes/Global.hpp @@ -0,0 +1,12 @@ +#ifndef GLOBAL_H +#define GLOBAL_H + +#include +#define seseku(a,b) a.getGlobalBounds().intersects(b.getGlobalBounds()) +class Global +{ + public: + static std::mt19937 rng; +}; + +#endif -- cgit v1.2.3