]> git.stg.codes - stg.git/blob - sgconf/users.h
a757fe10fb2be2b1d730f7e9cf671ecf881584b9
[stg.git] / sgconf / users.h
1 #ifndef __STG_SGCONF_USERS_H__
2 #define __STG_SGCONF_USERS_H__
3
4 namespace SGCONF
5 {
6
7 class OPTION_BLOCKS;
8 class COMMANDS;
9
10 void AppendUsersOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
11
12 }
13
14 #endif