15 lines
204 B
C
15 lines
204 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
////////////////////////////////
|
|
//~ Layer dependencies
|
|
|
|
#include "../base/base.h"
|
|
|
|
////////////////////////////////
|
|
//~ Layer headers
|
|
|
|
#include "kernel_core.h"
|
|
|
|
#endif
|