2016-09-11 09:42:19 +00:00
|
|
|
/**
|
2016-09-11 20:20:15 +00:00
|
|
|
* Author......: See docs/credits.txt
|
2016-09-11 09:42:19 +00:00
|
|
|
* License.....: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _RUNTIME_H
|
|
|
|
#define _RUNTIME_H
|
|
|
|
|
2016-09-14 18:06:27 +00:00
|
|
|
#define RUNTIME 0
|
|
|
|
|
2016-09-11 09:42:19 +00:00
|
|
|
#endif // _RUNTIME_H
|