Toward core module compiling.

This commit is contained in:
jmsgrogan 2023-12-27 12:20:02 +00:00
parent c25a56ee19
commit 3ed195d7dd
305 changed files with 1774 additions and 1065 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#include "Memory.h"
#include "Pointer.h"
class CanvasController
{

View file

@ -1,4 +1,4 @@
#include "Memory.h"
#include "Pointer.h"
#include "NotesTk.h"
#include "MainApplication.h"

View file

@ -1,7 +1,7 @@
#pragma once
#include "String.h"
#include "Memory.h"
#include "Pointer.h"
class PlainTextDocument
{

View file

@ -1,5 +1,5 @@
#pragma once
#include "Memory.h"
#include "Pointer.h"
#include <filesystem>
#include "TextEditorModel.h"

View file

@ -1,7 +1,7 @@
#pragma once
#include "PlainTextDocument.h"
#include "Memory.h"
#include "Pointer.h"
class TextEditorModel
{