diff --git a/src/CBot/CBot.cpp b/src/CBot/CBot.cpp index e378d93e..38288645 100644 --- a/src/CBot/CBot.cpp +++ b/src/CBot/CBot.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + /////////////////////////////////////////////////////////////////////// // compilation of various instructions diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h index 1eaf3a47..a45ead65 100644 --- a/src/CBot/CBot.h +++ b/src/CBot/CBot.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + //////////////////////////////////////////////////////////////////// /** * \file CBot.h diff --git a/src/CBot/CBotDll.h b/src/CBot/CBotDll.h index f119ffc4..37972560 100644 --- a/src/CBot/CBotDll.h +++ b/src/CBot/CBotDll.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + //////////////////////////////////////////////////////////////////////// /** diff --git a/src/CBot/CBotString.cpp b/src/CBot/CBotString.cpp index dc28c52a..5c58c963 100644 --- a/src/CBot/CBotString.cpp +++ b/src/CBot/CBotString.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + ///////////////////////////////////////////////////// //strings management diff --git a/src/common/settings.cpp b/src/common/settings.cpp index ea0c75be..e57aebd9 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "common/settings.h" #include "app/app.h" diff --git a/src/common/settings.h b/src/common/settings.h index 38d94c62..ce256e50 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "common/singleton.h" diff --git a/src/level/level_category.cpp b/src/level/level_category.cpp index 1099a914..769968e0 100644 --- a/src/level/level_category.cpp +++ b/src/level/level_category.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "level/level_category.h" #include diff --git a/src/level/level_category.h b/src/level/level_category.h index 888356de..8c7de13c 100644 --- a/src/level/level_category.h +++ b/src/level/level_category.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include diff --git a/src/level/player_profile.h b/src/level/player_profile.h index b5de5b9e..7d86d7e6 100644 --- a/src/level/player_profile.h +++ b/src/level/player_profile.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "graphics/core/color.h" diff --git a/src/math/sphere.h b/src/math/sphere.h index 5d91b073..00536ada 100644 --- a/src/math/sphere.h +++ b/src/math/sphere.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "math/vector.h" diff --git a/src/tools/convert_model.cpp b/src/tools/convert_model.cpp index fdb559ba..1b498bce 100644 --- a/src/tools/convert_model.cpp +++ b/src/tools/convert_model.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "common/logger.h" #include "graphics/model/model_input.h" diff --git a/src/ui/controls/enumslider.cpp b/src/ui/controls/enumslider.cpp index e5d58e88..0d71e7a9 100644 --- a/src/ui/controls/enumslider.cpp +++ b/src/ui/controls/enumslider.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "ui/controls/enumslider.h" #include "common/stringutils.h" diff --git a/src/ui/controls/enumslider.h b/src/ui/controls/enumslider.h index e0f5ad40..53180e35 100644 --- a/src/ui/controls/enumslider.h +++ b/src/ui/controls/enumslider.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "ui/controls/slider.h" diff --git a/src/ui/maindialog.h b/src/ui/maindialog.h index ed986881..a9d186d1 100644 --- a/src/ui/maindialog.h +++ b/src/ui/maindialog.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "common/event.h" diff --git a/src/ui/mainui.h b/src/ui/mainui.h index 79605241..b0c962af 100644 --- a/src/ui/mainui.h +++ b/src/ui/mainui.h @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #pragma once #include "level/robotmain.h" diff --git a/test/unit/app/system_linux_test.cpp b/test/unit/app/system_linux_test.cpp index 3c8aa4a1..1bd6db14 100644 --- a/test/unit/app/system_linux_test.cpp +++ b/test/unit/app/system_linux_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "app/system.h" #include "app/system_linux.h" diff --git a/test/unit/app/system_windows_test.cpp b/test/unit/app/system_windows_test.cpp index 670ebfff..a517f478 100644 --- a/test/unit/app/system_windows_test.cpp +++ b/test/unit/app/system_windows_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "app/system.h" #include "app/system_windows.h" diff --git a/test/unit/common/config_file_test.cpp b/test/unit/common/config_file_test.cpp index 5478a667..9af7d8f3 100644 --- a/test/unit/common/config_file_test.cpp +++ b/test/unit/common/config_file_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + #include "common/config_file.h" #include "common/logger.h" #include "app/system.h" diff --git a/test/unit/math/func_test.cpp b/test/unit/math/func_test.cpp index e0b38621..262600b2 100644 --- a/test/unit/math/func_test.cpp +++ b/test/unit/math/func_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + /* Unit tests for math functions. */ diff --git a/test/unit/math/geometry_test.cpp b/test/unit/math/geometry_test.cpp index 51fb4616..76225297 100644 --- a/test/unit/math/geometry_test.cpp +++ b/test/unit/math/geometry_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + /* Unit tests for functions in geometry.h */ #include "math/func.h" diff --git a/test/unit/math/matrix_test.cpp b/test/unit/math/matrix_test.cpp index db076723..e7cc0a1c 100644 --- a/test/unit/math/matrix_test.cpp +++ b/test/unit/math/matrix_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + /* Unit tests for Matrix struct diff --git a/test/unit/math/vector_test.cpp b/test/unit/math/vector_test.cpp index b33cb6e8..3f61afd2 100644 --- a/test/unit/math/vector_test.cpp +++ b/test/unit/math/vector_test.cpp @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://gnu.org/licenses */ + /* Unit tests for Vector struct