rename to text

main
Henri Vasserman 2024-12-30 13:39:12 +02:00
parent 65a7b6dcb5
commit e3c981d32b
4 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ include_directories("${CMAKE_BINARY_DIR}/config")
add_executable(xormod
"EGA8x8.c"
"field.c"
"font.c"
"text.c"
"picture.c"
"xormod.c"
)

View File

View File

View File

@ -1,6 +1,6 @@
#include "EGA8x8.h"
#include "field.h"
#include "font.h"
#include "text.h"
#include "picture.h"
#include "platform.h"
#include "types.h"