Fixing include paths for new structure

Removed non-sensical libc folder from project
This commit is contained in:
2022-08-17 14:57:50 +02:00
parent 3b3e2597a1
commit bbfea39c23
21 changed files with 54 additions and 57 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include "../tty/kterm.h"
#include "../../Terminal/kterm.h"
typedef enum ScanCodeSet{
None = 0,
ScanCodeSet1 = 1,