summary refs log tree commit diff
path: root/src/Math
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-09 23:49:46 +0200
committerMel <einebeere@gmail.com>2023-07-09 23:49:46 +0200
commit22aeb320b193705f493747714404c8ddc752919b (patch)
treef2f1b16dba592a024b699376633fbdb124f12664 /src/Math
parent680d9d5b7a61ac955fcec8a5622faa5cf4165c11 (diff)
downloadmeowcraft-22aeb320b193705f493747714404c8ddc752919b.tar.zst
meowcraft-22aeb320b193705f493747714404c8ddc752919b.zip
Added corners to AO
Diffstat (limited to 'src/Math')
-rw-r--r--src/Math/MVP.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Math/MVP.cpp b/src/Math/MVP.cpp
deleted file mode 100644
index 2f00b8e..0000000
--- a/src/Math/MVP.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <cmath>
-#include "MVP.hpp"
-#include "Common.hpp"
-
-namespace Math::MVP {
-
-
-}