8 lines
72 B
C
8 lines
72 B
C
#ifndef APPINIT_H
|
|
#define APPINIT_H
|
|
|
|
|
|
void AppInitializePath();
|
|
|
|
#endif
|