Skip to content

Commit

Permalink
UPBGE: Cleanup KX_Scene.[h/cpp].
Browse files Browse the repository at this point in the history
This cleanup includes:
- uncrustify pass
- move function definition
- remove extra class keyword
- add const
- use static_cast
- reword comments
  • Loading branch information
panzergame committed Dec 10, 2017
1 parent 6696957 commit 1973f22
Show file tree
Hide file tree
Showing 3 changed files with 828 additions and 904 deletions.
1 change: 1 addition & 0 deletions source/gameengine/Converter/BL_ConvertActuators.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
#include "KX_MouseActuator.h"

#include "KX_Scene.h"
#include "KX_2DFilterManager.h"
#include "KX_KetsjiEngine.h"

#include "EXP_IntValue.h"
Expand Down
Loading

0 comments on commit 1973f22

Please sign in to comment.