diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/USingNotes.pas | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Game/Code/Classes/USingNotes.pas b/Game/Code/Classes/USingNotes.pas new file mode 100644 index 00000000..f0754105 --- /dev/null +++ b/Game/Code/Classes/USingNotes.pas @@ -0,0 +1,13 @@ +unit USingNotes;
+
+interface
+
+{$I switches.inc}
+
+{ Dummy Unit atm
+ For further expantation
+ Placeholder for Class that will handle the Notes Drawing}
+
+implementation
+
+end.
|