Initial copy from gridmap

This commit is contained in:
2021-08-31 22:20:25 +02:00
commit ebf2a30bf3
12 changed files with 3426 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python
Import("env")
Import("env_modules")
env_hexmap = env_modules.Clone()
env_hexmap.add_source_files(env.modules_sources, "*.cpp")