git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Исправлено изменение параметра passive через XML RPC
[stg.git]
/
include
/
corp_conf.h
1
#ifndef CORP_CONF_H
2
#define CORP_CONF_H
3
4
struct CORP_CONF
5
{
6
string name;
7
double cash;
8
};
9
10
#endif //CORP_CONF_H