Fix filename style of the particles generator

1164-fix
MrSimbax 2020-07-07 21:19:59 +02:00 committed by Mateusz Przybył
parent 35b22f7a7f
commit 4bd6e01b65
5 changed files with 5 additions and 5 deletions

View File

@ -549,6 +549,8 @@ set(BASE_SOURCES
ui/mainui.h
ui/object_interface.cpp
ui/object_interface.h
ui/particles_generator.cpp
ui/particles_generator.h
ui/screen/screen.cpp
ui/screen/screen.h
ui/screen/screen_apperance.cpp
@ -585,8 +587,6 @@ set(BASE_SOURCES
ui/screen/screen_welcome.h
ui/studio.cpp
ui/studio.h
ui/particlesGenerator.cpp
ui/particlesGenerator.h
)
set(MAIN_SOURCES

View File

@ -35,7 +35,7 @@
#include "ui/maindialog.h"
#include "ui/particlesGenerator.h"
#include "ui/particles_generator.h"
#include "ui/controls/group.h"
#include "ui/controls/interface.h"

View File

@ -21,7 +21,7 @@
#include "level/robotmain.h"
#include "ui/particlesGenerator.h"
#include "ui/particles_generator.h"
#include <array>
#include <string>

View File

@ -17,7 +17,7 @@
* along with this program. If not, see http://gnu.org/licenses
*/
#include "ui/particlesGenerator.h"
#include "ui/particles_generator.h"
#include "graphics/engine/particle.h"