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