aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/USingNotes.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/USingNotes.pas')
-rw-r--r--Game/Code/Classes/USingNotes.pas10
1 files changed, 10 insertions, 0 deletions
diff --git a/Game/Code/Classes/USingNotes.pas b/Game/Code/Classes/USingNotes.pas
new file mode 100644
index 00000000..e2162bf1
--- /dev/null
+++ b/Game/Code/Classes/USingNotes.pas
@@ -0,0 +1,10 @@
+unit USingNotes;
+
+interface
+{ Dummy Unit atm
+ For further expantation
+ Placeholder for Class that will handle the Notes Drawing}
+
+implementation
+
+end.