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 typo
master
C. J. Howard
4 years ago
parent
f4f180d5f1
commit
5beb18df8d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/game/genetics/genetics.hpp
+ 2
- 2
src/game/genetics/genetics.hpp
View File
@ -20,8 +20,8 @@
#
ifndef ANTKEEPER_GENETICS_HPP
#
define ANTKEEPER_GENETICS_HPP
/// Genetic algorithms
and data types.
namespace
genetic
{
}
/// Genetic algorithms
namespace
genetic
s
{
}
#
include
"amino-acid.hpp"
#
include
"base.hpp"
Write
Preview
Loading…
Cancel
Save