mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-03 21:40:17 +00:00
Setup basic testing framework
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <glerminal.h>
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@@ -7,6 +7,8 @@ namespace
|
||||
{
|
||||
void init()
|
||||
{
|
||||
srand(0);
|
||||
|
||||
glerminal_load_sprites_file("resources/towers.png");
|
||||
|
||||
for (int i = 0; i < LAYER_COUNT; i++)
|
||||
|
Reference in New Issue
Block a user