Update python_methods_graphics.cc

This commit is contained in:
IvanPragma 2021-10-28 19:41:37 +05:00
parent 7a34b38a88
commit ec0fbfacef

View File

@ -1,9 +1,9 @@
// Released under the MIT License. See LICENSE for details. // Released under the MIT License. See LICENSE for details.
#include "ballistica/python/methods/python_methods_graphics.h" #include "ballistica/python/methods/python_methods_graphics.h"
#include "ballistica/graphics/camera.h"
#include "ballistica/game/game.h" #include "ballistica/game/game.h"
#include "ballistica/graphics/camera.h"
#include "ballistica/graphics/graphics.h" #include "ballistica/graphics/graphics.h"
#include "ballistica/graphics/text/text_graphics.h" #include "ballistica/graphics/text/text_graphics.h"
#include "ballistica/platform/platform.h" #include "ballistica/platform/platform.h"