13 lines
No EOL
267 B
Text
13 lines
No EOL
267 B
Text
|
|
#ifndef __mapinfo_template__
|
|
#define __mapinfo_template__
|
|
|
|
$template _default_mapinfo( MapName )
|
|
data {
|
|
"megatexture" "megatextures/" ## MapName
|
|
"heightmap" "heightmaps/" ## MapName ## ".tga"
|
|
"gridsize" "256"
|
|
}
|
|
$endtemplate
|
|
|
|
#endif |