* Add preliminary raspberry pi support.

Currently it appears to be using software acceleration, so sucks, but I'll be
working on it.
This commit is contained in:
iProgramInCpp
2023-08-08 14:00:35 +03:00
parent 0ab1aa0a51
commit 6036304087
5 changed files with 56 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
********************************************************************/
#include "Cube.hpp"
#include "client/common/Utils.hpp"
float Cube::c = 180.0f / float(M_PI);