Browse Source

Fix: remove garbage unicode U+FEFF failing compilation on Macos (#248, close #247)

Martin Hammerchmidt 7 years ago
parent
commit
2a3a91af42
3 changed files with 423 additions and 244 deletions
  1. 1 0
      AUTHORS
  2. 421 243
      single_include/entt/entt.hpp
  3. 1 1
      src/entt/entity/registry.hpp

+ 1 - 0
AUTHORS

@@ -19,6 +19,7 @@ eugeneko
 gale83
 ghost
 Green-Sky
+mhammerc
 Milerius
 morbo84
 m-waka

File diff suppressed because it is too large
+ 421 - 243
single_include/entt/entt.hpp


+ 1 - 1
src/entt/entity/registry.hpp

@@ -1,4 +1,4 @@
-#ifndef ENTT_ENTITY_REGISTRY_HPP
+#ifndef ENTT_ENTITY_REGISTRY_HPP
 #define ENTT_ENTITY_REGISTRY_HPP
 
 

Some files were not shown because too many files changed in this diff