summaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-26 16:46:01 -0500
committerrealtradam <[email protected]>2022-11-26 16:46:01 -0500
commit368269070f851ff78a1bce35c1d993d5f02cc5f9 (patch)
tree83292448b320f561148f16efdbb456c85ab00f87 /src/main.cpp
parent68486053b032fd3313c887ea7d73064e59dce570 (diff)
downloadOgle-368269070f851ff78a1bce35c1d993d5f02cc5f9.tar.gz
Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.zip
namespace it all
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 81ee360..06bee3e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,10 +18,12 @@
#include <cmath>
#include <chrono>
+using namespace Ogle;
+
const int SCREEN_WIDTH = 800;
const int SCREEN_HEIGHT = 450;
-const int MAX_BUNNIES = 15000;
+const int MAX_BUNNIES = 50000;
typedef struct Bunny {
glm::vec2 position;
glm::vec2 speed;