gendpp generated mltables.cxx contains additional header file references
Build Cross-platform Applications
Status: Beta
Brought to you by:
wizzerworks
The gendpp tool generates the mltables.cxx file. The generated file contains two include references
#include "MleGroup.h"
#include "MleScene.h"
that can not be found in the Magic Lantern SDK. Note that these files appear to be already included as
#include "mle/MleGroup.h"
#include "mle/MleScene.h"
See the DirectX HelloWorld title as an example of this issue.
Diff: