etqw-sdk/base/mapinfo/mapinfo.include

13 lines
267 B
Plaintext
Raw Normal View History

2008-05-29 00:00:00 +00:00
#ifndef __mapinfo_template__
#define __mapinfo_template__
$template _default_mapinfo( MapName )
data {
"megatexture" "megatextures/" ## MapName
"heightmap" "heightmaps/" ## MapName ## ".tga"
"gridsize" "256"
}
$endtemplate
#endif