7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#include "otres_inc"
|
||
|
void main()
|
||
|
{
|
||
|
//Sets place names and tags in an array on the module
|
||
|
OTRESOnModuleLoad();
|
||
|
}
|