clean dir in preparation for reset

This commit is contained in:
2023-10-08 22:03:50 -07:00
parent 47543a5a9b
commit ad9c05efec
38 changed files with 0 additions and 60726 deletions

View File

@@ -1,18 +0,0 @@
#ifndef _KGE_BUFFER_H_
#define _KGE_BUFFER_H_
#include <cstdlib>
#include "Cursor.h"
#define LINE_TYPE uint8_t **
struct Buffer {
LINE_TYPE lines;
uint32_t lineCount;
Cursor cursor;
};
#endif