Voxel Game Engine
Go to file
Eric-Paul Ickhorn 9c691f817f
Fix bug with wrong module includes
The include statements generated  from the 'includes.txt' have'nt been
correct because of a prefixed string 'modules/' infront of the project
path. The local includes were  also not working because the 'modules/'
path element was missing between the project path and the module name.
2024-09-08 15:56:15 +02:00
modules Add module skeletons 2024-09-07 22:11:10 +02:00
scripts Fix bug with wrong module includes 2024-09-08 15:56:15 +02:00
.gitignore Add build script and gitignore 2024-09-07 22:09:47 +02:00