This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
source
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Activity
Browse Source
Fix incorrectly nested namespace
master
C. J. Howard
3 years ago
parent
c327e686bd
commit
0dc3138bf4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save