diff options
Diffstat (limited to 'include/calt.h')
-rw-r--r-- | include/calt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/calt.h b/include/calt.h new file mode 100644 index 0000000..4ea43b0 --- /dev/null +++ b/include/calt.h @@ -0,0 +1,8 @@ +#pragma once +#ifndef CALT_CALT_H +#define CALT_CALT_H + +#include <mem.h> +#include <alloc.h> + +#endif |