Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-23 16:37:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-23 20:42:18 +0300
commit6308c16675fa7d5d6a3b91eb8591402c65b767d6 (patch)
tree12cb63e8e4d8d26f1c44094c7b4618011d586a07 /source/gameengine/Ketsji/KX_PythonInit.cpp
parent57c9d69e6bcfba01090282161c04252c4780b0fa (diff)
Refactor: BLI_path_util (split out app directory access)
This module is intended for path manipulation functions but had utility functions added to access various directories.
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonInit.cpp')
-rw-r--r--source/gameengine/Ketsji/KX_PythonInit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_PythonInit.cpp b/source/gameengine/Ketsji/KX_PythonInit.cpp
index fefc64b4bad..1479b5d584a 100644
--- a/source/gameengine/Ketsji/KX_PythonInit.cpp
+++ b/source/gameengine/Ketsji/KX_PythonInit.cpp
@@ -133,6 +133,7 @@ extern "C" {
#include "BKE_main.h"
#include "BKE_global.h"
#include "BKE_library.h"
+#include "BKE_appdir.h"
#include "BLI_blenlib.h"
#include "GPU_material.h"
#include "MEM_guardedalloc.h"