BeaEngine / beaengine

BeaEngine disasm project
515 stars 122 forks source link

Fix C++ BeaEngineVersion and BeaEngineRevision declarations #8

Closed ww898 closed 8 years ago

ww898 commented 8 years ago

It was impossible to call BeaEngineVersion() and BeaEngineRevision().

Hotfix is:

extern "C" {
#include <BeaEngine.h>
}