Correct the build files and fix the name of the create method in header

file.
This commit is contained in:
Benjamin Ellenberger
2016-07-04 19:17:50 +02:00
parent 277e103b7b
commit 74aba8b8fd
4 changed files with 21 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ subject to the following restrictions:
#ifndef NN_3D_WALKERS_H
#define NN_3D_WALKERS_H
class CommonExampleInterface* NN3DWalkersCreateFunc(struct CommonExampleOptions& options);
class CommonExampleInterface* ET_NN3DWalkersCreateFunc(struct CommonExampleOptions& options);
#endif