Start Frame class.

This commit is contained in:
2023-10-14 23:28:43 -07:00
parent 8edcba0f88
commit a00d358b15
8 changed files with 233 additions and 30 deletions

View File

@@ -59,12 +59,14 @@ set(HEADER_FILES
Buffer.h
File.h
Cursor.h
Frame.h
)
set(SOURCE_FILES
Defs.cc
Buffer.cc
File.cc
Cursor.cc
Frame.cc
)
add_executable(ke main.cc ${SOURCE_FILES} ${HEADER_FILES})