1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00

fixed an include guard

This commit is contained in:
Marc Zinnschlag 2010-07-26 11:58:49 +02:00
parent 80000866fe
commit ecd05fd15e

View File

@ -1,5 +1,5 @@
#ifndef GAME_MWMECHANICS_PTR_H
#define GAME_MWMECHANICS_PTR_H
#ifndef GAME_MWMECHANICS_MECHANICSMANAGER_H
#define GAME_MWMECHANICS_MECHANICSMANAGER_H
namespace ESMS
{