Setup basic testing framework

This commit is contained in:
Shylie
2024-05-25 23:16:23 -04:00
parent b2164b76cf
commit b4427a0c88
12 changed files with 1869 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#include <glerminal.h>
#include <cstdlib>
#include <cmath>
namespace
{

View File

@@ -7,6 +7,8 @@ namespace
{
void init()
{
srand(0);
glerminal_load_sprites_file("resources/towers.png");
for (int i = 0; i < LAYER_COUNT; i++)