Skip to content

Commit 3448f2c

Browse files
Merge pull request #12 from dreamer-coding/serialize_io
Serialize io
2 parents c1abc3c + c31c6a7 commit 3448f2c

File tree

8 files changed

+1906
-2
lines changed

8 files changed

+1906
-2
lines changed

code/logic/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ file(GLOB HEADER_FILES ${CMAKE_CURRENT_SOURCE_DIR}/fossil/*.h)
88

99
# List the source files
1010
set(TEST_CODE
11+
serialize.c
1112
parser.c
1213
error.c
1314
input.c

code/logic/fossil/io/framework.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define FOSSIL_IO_FRAMEWORK_H
1616

1717
// Include the necessary headers
18+
#include "serialize.h"
1819
#include "keyboard.h"
1920
#include "network.h"
2021
#include "output.h"

0 commit comments

Comments
 (0)