aboutsummaryrefslogtreecommitdiff
path: root/symbol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.cpp')
-rw-r--r--symbol.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/symbol.cpp b/symbol.cpp
index 40a1091..6a86bab 100644
--- a/symbol.cpp
+++ b/symbol.cpp
@@ -232,3 +232,9 @@ const SymEditSymbol::Item& SymEditSymbol::GetItem(int index) const
return Items.at(static_cast<size_t>(index));
}
+//
+void SymEditSymbol::RotateSymbol(int dir)
+{
+ //##
+}
+