X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qh;h=d27722999aa7c1912bf92331a518520c0e2c196c;hp=6fbb7ce896235d53fe240be81fd83ea0aea25002;hb=df0725fcacd8658029c3d9556a213ddb5d0ded62;hpb=73a39ac8e8e37c9c3a9c75ead479b599a9072a76 diff --git a/qcsrc/common/mapinfo.qh b/qcsrc/common/mapinfo.qh index 6fbb7ce896..d27722999a 100644 --- a/qcsrc/common/mapinfo.qh +++ b/qcsrc/common/mapinfo.qh @@ -669,6 +669,8 @@ void MapInfo_Cache_Destroy(); // disable caching void MapInfo_Cache_Create(); // enable caching void MapInfo_Cache_Invalidate(); // delete cache if any, but keep enabled +void _MapInfo_Parse_Settemp(string pFilename, string acl, float type, string s, float recurse); + void MapInfo_ClearTemps(); // call this when done with mapinfo for this frame void MapInfo_Shutdown(); // call this in the shutdown handler