#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__