summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-25 01:11:57 +0100
committerNao Pross <naopross@thearcway.org>2019-01-25 01:11:57 +0100
commitbcd14a356cafe58808b4c2a14782ebb194c6abc5 (patch)
tree3bc95288b0a0172bb447ccf218fb59821f22501a
parentDelete bin and test/makefile update .gitignore (diff)
downloadflatland-bcd14a356cafe58808b4c2a14782ebb194c6abc5.tar.gz
flatland-bcd14a356cafe58808b4c2a14782ebb194c6abc5.zip
Rename everything under engine/ to remove `flat' and be `.hpp'
-rw-r--r--engine/actor.cpp (renamed from engine/flatactor.cpp)0
-rw-r--r--engine/collector.cpp (renamed from engine/flatcollector.cpp)0
-rw-r--r--engine/component.cpp (renamed from engine/flatcomponent.cpp)0
-rw-r--r--engine/exception.cpp (renamed from engine/flatexception.cpp)0
-rw-r--r--engine/include/actor.hpp (renamed from engine/include/flatactor.h)0
-rw-r--r--engine/include/bound.hpp (renamed from engine/include/flatbound.h)0
-rw-r--r--engine/include/collector.hpp (renamed from engine/include/flatcollector.h)0
-rw-r--r--engine/include/component.hpp (renamed from engine/include/flatcomponent.h)0
-rw-r--r--engine/include/exception.hpp (renamed from engine/include/flatexception.h)0
-rw-r--r--engine/include/exceptions/forcequit.hpp (renamed from engine/include/exceptions/forcequit.h)0
-rw-r--r--engine/include/flatland.hpp (renamed from engine/include/flatland.h)0
-rw-r--r--engine/include/layer.hpp (renamed from engine/include/flatlayer.h)0
-rw-r--r--engine/include/serial.hpp (renamed from engine/include/flatserial.h)0
-rw-r--r--engine/include/serial/focusable.hpp (renamed from engine/include/serial/focusable.h)0
-rw-r--r--engine/include/serial/keyfocusable.hpp (renamed from engine/include/serial/keyfocusable.h)0
-rw-r--r--engine/include/serial/mousefocusable.hpp (renamed from engine/include/serial/mousefocusable.h)0
-rw-r--r--engine/include/surface.hpp (renamed from engine/include/flatsurface.h)0
-rw-r--r--engine/include/symbasic/dvector.hpp (renamed from engine/include/symbasic/dvector.h)0
-rw-r--r--engine/include/symbasic/svector.hpp (renamed from engine/include/symbasic/svector.h)0
-rw-r--r--engine/include/symbasic/vector.hpp (renamed from engine/include/symbasic/vector.h)0
-rw-r--r--engine/include/window.hpp (renamed from engine/include/flatwindow.h)0
-rw-r--r--engine/layer.cpp (renamed from engine/flatlayer.cpp)0
-rw-r--r--engine/serial.cpp (renamed from engine/flatserial.cpp)0
-rw-r--r--engine/surface.cpp (renamed from engine/flatsurface.cpp)0
-rw-r--r--engine/window.cpp (renamed from engine/flatwindow.cpp)0
25 files changed, 0 insertions, 0 deletions
diff --git a/engine/flatactor.cpp b/engine/actor.cpp
index 525939d..525939d 100644
--- a/engine/flatactor.cpp
+++ b/engine/actor.cpp
diff --git a/engine/flatcollector.cpp b/engine/collector.cpp
index f2e614f..f2e614f 100644
--- a/engine/flatcollector.cpp
+++ b/engine/collector.cpp
diff --git a/engine/flatcomponent.cpp b/engine/component.cpp
index 925feaa..925feaa 100644
--- a/engine/flatcomponent.cpp
+++ b/engine/component.cpp
diff --git a/engine/flatexception.cpp b/engine/exception.cpp
index 0216dd5..0216dd5 100644
--- a/engine/flatexception.cpp
+++ b/engine/exception.cpp
diff --git a/engine/include/flatactor.h b/engine/include/actor.hpp
index 306ce49..306ce49 100644
--- a/engine/include/flatactor.h
+++ b/engine/include/actor.hpp
diff --git a/engine/include/flatbound.h b/engine/include/bound.hpp
index f5a2c0d..f5a2c0d 100644
--- a/engine/include/flatbound.h
+++ b/engine/include/bound.hpp
diff --git a/engine/include/flatcollector.h b/engine/include/collector.hpp
index 5b1e718..5b1e718 100644
--- a/engine/include/flatcollector.h
+++ b/engine/include/collector.hpp
diff --git a/engine/include/flatcomponent.h b/engine/include/component.hpp
index 4ad99c8..4ad99c8 100644
--- a/engine/include/flatcomponent.h
+++ b/engine/include/component.hpp
diff --git a/engine/include/flatexception.h b/engine/include/exception.hpp
index 47eb272..47eb272 100644
--- a/engine/include/flatexception.h
+++ b/engine/include/exception.hpp
diff --git a/engine/include/exceptions/forcequit.h b/engine/include/exceptions/forcequit.hpp
index 7b2b324..7b2b324 100644
--- a/engine/include/exceptions/forcequit.h
+++ b/engine/include/exceptions/forcequit.hpp
diff --git a/engine/include/flatland.h b/engine/include/flatland.hpp
index e01201f..e01201f 100644
--- a/engine/include/flatland.h
+++ b/engine/include/flatland.hpp
diff --git a/engine/include/flatlayer.h b/engine/include/layer.hpp
index f4f6734..f4f6734 100644
--- a/engine/include/flatlayer.h
+++ b/engine/include/layer.hpp
diff --git a/engine/include/flatserial.h b/engine/include/serial.hpp
index b9e003f..b9e003f 100644
--- a/engine/include/flatserial.h
+++ b/engine/include/serial.hpp
diff --git a/engine/include/serial/focusable.h b/engine/include/serial/focusable.hpp
index 008f7a3..008f7a3 100644
--- a/engine/include/serial/focusable.h
+++ b/engine/include/serial/focusable.hpp
diff --git a/engine/include/serial/keyfocusable.h b/engine/include/serial/keyfocusable.hpp
index 44c1f1b..44c1f1b 100644
--- a/engine/include/serial/keyfocusable.h
+++ b/engine/include/serial/keyfocusable.hpp
diff --git a/engine/include/serial/mousefocusable.h b/engine/include/serial/mousefocusable.hpp
index e69de29..e69de29 100644
--- a/engine/include/serial/mousefocusable.h
+++ b/engine/include/serial/mousefocusable.hpp
diff --git a/engine/include/flatsurface.h b/engine/include/surface.hpp
index 5364e8e..5364e8e 100644
--- a/engine/include/flatsurface.h
+++ b/engine/include/surface.hpp
diff --git a/engine/include/symbasic/dvector.h b/engine/include/symbasic/dvector.hpp
index 99dadee..99dadee 100644
--- a/engine/include/symbasic/dvector.h
+++ b/engine/include/symbasic/dvector.hpp
diff --git a/engine/include/symbasic/svector.h b/engine/include/symbasic/svector.hpp
index c53ae0f..c53ae0f 100644
--- a/engine/include/symbasic/svector.h
+++ b/engine/include/symbasic/svector.hpp
diff --git a/engine/include/symbasic/vector.h b/engine/include/symbasic/vector.hpp
index f8574dc..f8574dc 100644
--- a/engine/include/symbasic/vector.h
+++ b/engine/include/symbasic/vector.hpp
diff --git a/engine/include/flatwindow.h b/engine/include/window.hpp
index 37e834d..37e834d 100644
--- a/engine/include/flatwindow.h
+++ b/engine/include/window.hpp
diff --git a/engine/flatlayer.cpp b/engine/layer.cpp
index 06185e2..06185e2 100644
--- a/engine/flatlayer.cpp
+++ b/engine/layer.cpp
diff --git a/engine/flatserial.cpp b/engine/serial.cpp
index 2413bb5..2413bb5 100644
--- a/engine/flatserial.cpp
+++ b/engine/serial.cpp
diff --git a/engine/flatsurface.cpp b/engine/surface.cpp
index baf63e8..baf63e8 100644
--- a/engine/flatsurface.cpp
+++ b/engine/surface.cpp
diff --git a/engine/flatwindow.cpp b/engine/window.cpp
index 40cf1e3..40cf1e3 100644
--- a/engine/flatwindow.cpp
+++ b/engine/window.cpp