1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-25 23:51:35 +00:00

added #define for M_PI as well as a few TODO's

This commit is contained in:
bpmcgeeney
2021-09-14 22:17:03 -07:00
parent 952ffaac4e
commit 16d0ddc60b
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#define M_PI 3.14159265359
#include <cmath>
#include <fstream>
#include <iostream>