Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/logic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ file(GLOB HEADER_FILES ${CMAKE_CURRENT_SOURCE_DIR}/fossil/*.h)

# List the source files
set(TEST_CODE
serialize.c
parser.c
error.c
input.c
Expand Down
1 change: 1 addition & 0 deletions code/logic/fossil/io/framework.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define FOSSIL_IO_FRAMEWORK_H

// Include the necessary headers
#include "serialize.h"
#include "keyboard.h"
#include "network.h"
#include "output.h"
Expand Down
Loading