BGE Clean-up: New EXP prefix for the BGE Expression module

The expression module now uses an EXP prefix and it follows a
distribution similar to blender.

Additionally the hash function in EXP_HashedPtr.h was simplified and the
files EXP_C-Api.h &.EXP_C-Api.cpp were deleted because were unused.

Reviewers: campbellbarton, moguri, sybren, hg1

Projects: #game_engine

Differential Revision: https://developer.blender.org/D1221
This commit is contained in:
Jorge Bernal
2015-07-12 16:55:33 +02:00
parent 5b0f674e09
commit 6ffc988ae3
148 changed files with 374 additions and 575 deletions

View File

@@ -37,7 +37,7 @@ extern "C" {
#include <vector>
#include <string.h>
#include "PyObjectPlus.h"
#include "EXP_PyObjectPlus.h"
#include <structmember.h>
#include "FilterBase.h"