This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use <lol/cli> and namespace lol::cli for argument parser API.
wip/core-clipp
Sam Hocevar
4 years ago
parent
b5a498ad14
commit
415409d2a7
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
include/lol/cli
include/lol/getopt → include/lol/cli
View File
@@ -16,3 +16,9 @@
#include "3rdparty/clipp/include/clipp.h"
#include "private/pop_macros.h"
namespace lol
{
namespace cli = clipp;
};
Write
Preview
Loading…
Cancel
Save