@@ -110,17 +110,17 @@ Set(SOURCEPYTHON_BOT_MODULE_SOURCES
110110# Command module.
111111# ------------------------------------------------------------------
112112Set (SOURCEPYTHON_COMMAND_MODULE_HEADERS
113- core/modules/commands /client_command_wrap.h
114- core/modules/commands /command_wrap.h
115- core/modules/commands /say_command_wrap.h
116- core/modules/commands /server_command_wrap.h
113+ core/modules/command /client_command_wrap.h
114+ core/modules/command /command_wrap.h
115+ core/modules/command /say_command_wrap.h
116+ core/modules/command /server_command_wrap.h
117117)
118118
119119Set (SOURCEPYTHON_COMMAND_MODULE_SOURCES
120- core/modules/commands /client_command_wrap.cpp
121- core/modules/commands /command_wrap_python.cpp
122- core/modules/commands /say_command_wrap.cpp
123- core/modules/commands /server_command_wrap.cpp
120+ core/modules/command /client_command_wrap.cpp
121+ core/modules/command /command_wrap_python.cpp
122+ core/modules/command /say_command_wrap.cpp
123+ core/modules/command /server_command_wrap.cpp
124124)
125125
126126# ------------------------------------------------------------------
@@ -166,19 +166,19 @@ Set(SOURCEPYTHON_ENGINE_MODULE_SOURCES
166166)
167167
168168# ------------------------------------------------------------------
169- # Entities module
169+ # Entity module
170170# ------------------------------------------------------------------
171171Set (SOURCEPYTHON_ENTITY_MODULE_HEADERS
172- core/modules/entities/entities_wrap .h
173- core/modules/entities/entities_props .h
174- core/modules/entities/entities_generator_wrap .h
172+ core/modules/entity/entity_wrap .h
173+ core/modules/entity/entity_props .h
174+ core/modules/entity/entity_generator_wrap .h
175175)
176176
177177Set (SOURCEPYTHON_ENTITY_MODULE_SOURCES
178- core/modules/entities/entities_props .cpp
179- core/modules/entities/entities_wrap .cpp
180- core/modules/entities/entities_wrap_python .cpp
181- core/modules/entities/entities_generator_wrap .cpp
178+ core/modules/entity/entity_props .cpp
179+ core/modules/entity/entity_wrap .cpp
180+ core/modules/entity/entity_wrap_python .cpp
181+ core/modules/entity/entity_generator_wrap .cpp
182182)
183183
184184# ------------------------------------------------------------------
@@ -188,7 +188,7 @@ Set(SOURCEPYTHON_EVENT_MODULE_HEADERS
188188)
189189
190190Set (SOURCEPYTHON_EVENT_MODULE_SOURCES
191- core/modules/events/events_wrap_python .cpp
191+ core/modules/event/event_wrap_python .cpp
192192)
193193
194194# ------------------------------------------------------------------
@@ -217,12 +217,12 @@ Set(SOURCEPYTHON_KEYVALUES_MODULE_SOURCES
217217# Listener module
218218# ------------------------------------------------------------------
219219Set (SOURCEPYTHON_LISTENERS_MODULE_HEADERS
220- core/modules/listeners /listenermanager.h
220+ core/modules/listener /listenermanager.h
221221)
222222
223223Set (SOURCEPYTHON_LISTENERS_MODULE_SOURCES
224- core/modules/listeners /listenermanager.cpp
225- core/modules/listeners/listeners_wrap_python .cpp
224+ core/modules/listener /listenermanager.cpp
225+ core/modules/listener/listener_wrap_python .cpp
226226)
227227
228228# ------------------------------------------------------------------
@@ -258,24 +258,24 @@ Set(SOURCEPYTHON_MEMORY_MODULE_SOURCES
258258# Players module
259259# ------------------------------------------------------------------
260260Set (SOURCEPYTHON_PLAYERS_MODULE_HEADERS
261- core/modules/players/players_generator_wrap .h
261+ core/modules/player/player_generator_wrap .h
262262)
263263
264264Set (SOURCEPYTHON_PLAYERS_MODULE_SOURCES
265- core/modules/players/players_wrap_python .cpp
266- core/modules/players/players_generator_wrap .cpp
265+ core/modules/player/player_wrap_python .cpp
266+ core/modules/player/player_generator_wrap .cpp
267267)
268268
269269# ------------------------------------------------------------------
270270# RecipientFilter module.
271271# ------------------------------------------------------------------
272272Set (SOURCEPYTHON_RECIPIENTFILTER_MODULE_HEADERS
273- core/modules/recipientfilters /mrecipientfilter.h
273+ core/modules/recipientfilter /mrecipientfilter.h
274274)
275275
276276Set (SOURCEPYTHON_RECIPIENTFILTER_MODULE_SOURCES
277- core/modules/recipientfilters /mrecipientfilter.cpp
278- core/modules/recipientfilters/mrecipientfilter_wrap_python .cpp
277+ core/modules/recipientfilter /mrecipientfilter.cpp
278+ core/modules/recipientfilter/recipientfilter_wrap_python .cpp
279279)
280280
281281# ------------------------------------------------------------------
0 commit comments