Fixes in modules

This commit is contained in:
2025-12-02 14:30:05 +03:00
parent 5b014dcb65
commit 6eed5063e6
16 changed files with 121 additions and 20 deletions

View File

@@ -36,5 +36,6 @@ struct TerrainModule {
static float get_height(Ogre::TerrainGroup *group,
const Ogre::Vector3 &position);
};
struct TerrainReady {};
}
#endif