1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus)

This commit is contained in:
Andrei Kortunov 2019-05-21 19:22:34 +04:00
parent c66ddea429
commit 6832a2fa9a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "physicssystem.hpp" #include "physicssystem.hpp"
#include <osg/Group> #include <osg/Group>

View file

@ -1,4 +1,4 @@
#include "asyncnavmeshupdater.hpp" #include "asyncnavmeshupdater.hpp"
#include "debug.hpp" #include "debug.hpp"
#include "makenavmesh.hpp" #include "makenavmesh.hpp"
#include "settings.hpp" #include "settings.hpp"