blob: 32f67f1092dbf7f91243b760729012c2cbb17805 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -------------------------------------------
Copyright ZKA Technologies
------------------------------------------- */
#pragma once
#include <NewKit/Defines.hpp>
#define KERNELKIT_VERSION "1.01"
#define KERNELKIT_RELEASE "Cairo"
|