mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:09:42 +00:00
Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus)
This commit is contained in:
parent
c66ddea429
commit
6832a2fa9a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "physicssystem.hpp"
|
||||
#include "physicssystem.hpp"
|
||||
|
||||
#include <osg/Group>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "asyncnavmeshupdater.hpp"
|
||||
#include "asyncnavmeshupdater.hpp"
|
||||
#include "debug.hpp"
|
||||
#include "makenavmesh.hpp"
|
||||
#include "settings.hpp"
|
||||
|
|
Loading…
Reference in a new issue