Browse Source

Fix incorrectly nested namespace

master
C. J. Howard 2 years ago
parent
commit
0dc3138bf4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/physics/time/time.hpp

+ 2
- 2
src/physics/time/time.hpp View File

@ -25,8 +25,8 @@ namespace physics {
/// Time-related functions.
namespace time {}
#include "ut1.hpp"
} // namespace physics
#include "ut1.hpp"
#endif // ANTKEEPER_PHYSICS_TIME_HPP

Loading…
Cancel
Save