First commit.

This commit is contained in:
2024-02-22 00:32:57 -08:00
commit a7774ed41e
21 changed files with 960 additions and 0 deletions

7
include/levels/Plains.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "Level.h"
class Plains : public Level
{
};