* 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

@@ -14,6 +14,11 @@
#include <cstdarg>
#include <cassert>
#include <climits>
#include <cmath>
#ifndef M_PI
#define M_PI (3.14159265358979)
#endif
#include <string>