1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 17:09:40 +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
{