git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update CMakeLists.txt
[stg.git]
/
projects
/
sgconf
/
admins.h
1
#pragma once
2
3
namespace SGCONF
4
{
5
6
class OPTION_BLOCKS;
7
class COMMANDS;
8
9
void AppendAdminsOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
10
11
} // namespace SGCONF