NeKernel dev
Loading...
Searching...
No Matches
Framework.h
Go to the documentation of this file.
1
5
6#ifndef APPS_FRAMEWORK_H
7#define APPS_FRAMEWORK_H
8
9#include <Common.h>
10
11#define kExecDirectory "bin/"
12#define kRsrcDirectory "xml/"
13#define kRootDirectory "/"
14#define kFKExtension ".fwrk"
15#define kAppExtension ".app"
16
17#endif // !APPS_FRAMEWORK_H