Remove useless files now that functions are out of line

This commit is contained in:
apio 2022-11-19 15:46:46 +01:00
parent dadc3e570b
commit 3cdf224b90
3 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,9 @@
set(SOURCES
src/main.cpp
src/luna/String.cpp
src/Framebuffer.cpp
src/MemoryManager.cpp
src/Init.cpp
src/arch/Serial.cpp
src/luna/Format.cpp
)
# x86-64 specific

View File

@ -1,3 +0,0 @@
/* This file instantiates the functions from Luna's Format.h into a translation unit, and serves no other purpose. */
#define _LUNA_IMPLEMENTATION
#include <Format.h>

View File

@ -1,3 +0,0 @@
/* This file instantiates the functions from Luna's String.h into a translation unit, and serves no other purpose. */
#define _LUNA_IMPLEMENTATION
#include <String.h>