12 lines
147 B
C
12 lines
147 B
C
|
#ifndef __KF_DEFS_H__
|
||
|
#define __KF_DEFS_H__
|
||
|
|
||
|
|
||
|
#if PLATFORM == PC
|
||
|
#include "pc/defs.h"
|
||
|
#else
|
||
|
#include "default/defs.h"
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif __KF_DEFS_H__
|