add Heightmap class & rename bytearray to Bytearray

This commit is contained in:
MihailRis
2024-08-13 03:09:52 +03:00
parent 1a50e69769
commit da4b8bd7d4
6 changed files with 122 additions and 19 deletions
@@ -0,0 +1,4 @@
#include "api_lua.hpp"
const luaL_Reg generationlib[] = {
{NULL, NULL}};