mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Changed header guard name.
This commit is contained in:
parent
74aba8b8fd
commit
40175b4700
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user