Not logged inOpenClonk Forum
Up Topic General / Help and Questions / Adding #includes to Mape
- - By Pyrit Date 2015-05-14 23:19
Where do I have to put a definition so that mape loads it and I can use it with #include?

For example:

#include Library_Map
#include Library_Map_Biomes

func InitializeMap()
{
  CreateCanyonBiome(100, nil, 150, 100);
  return true;
}


But where would I put LibraryMapBiome.ocd so that Mape finds it and I can include it?
Parent - By Clonk-Karl [us] Date 2015-05-15 00:51
Library_Map is hardcoded in mape at the moment, so it won't load anything else.
Reply
Up Topic General / Help and Questions / Adding #includes to Mape

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill