forked from mirrors/0ad
e5349abdcd
This way mods can use the placement and painting prototypes while excluding any common 0ad code. This was SVN commit r21289.
11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
Engine.LoadLibrary("rmgen");
|
|
Engine.LoadLibrary("rmgen-common");
|
|
Engine.LoadLibrary("rmbiome");
|
|
Engine.LoadLibrary("the_unknown");
|
|
|
|
g_AllowNaval = true;
|
|
|
|
createUnknownMap();
|
|
|
|
g_Map.ExportMap();
|