Changed header guard name.

This commit is contained in:
Benjamin Ellenberger 2016-07-04 19:26:27 +02:00
parent 74aba8b8fd
commit 40175b4700

View File

@ -13,11 +13,10 @@ subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef NN_3D_WALKERS_H
#define NN_3D_WALKERS_H
#ifndef ET_NN_3D_WALKERS_EXAMPLE_H
#define ET_NN_3D_WALKERS_EXAMPLE_H
class CommonExampleInterface* ET_NN3DWalkersCreateFunc(struct CommonExampleOptions& options);
#endif
#endif //ET_NN_3D_WALKERS_EXAMPLE_H