diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-08 20:51:37 +0300 |
commit | d8d84315013a24730c5b9d08122a954d713521c7 (patch) | |
tree | 4fc54086d0843f32707aa06c7c7eed3e092220fc /src/const | |
parent | 850c4e74f8c5daf218beaa4f948df2c9c8ded42e (diff) | |
download | plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.gz plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.bz2 plus-d8d84315013a24730c5b9d08122a954d713521c7.tar.xz plus-d8d84315013a24730c5b9d08122a954d713521c7.zip |
Move setStat from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/const')
-rw-r--r-- | src/const/net/nostat.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/const/net/nostat.h b/src/const/net/nostat.h new file mode 100644 index 000000000..f56ce5925 --- /dev/null +++ b/src/const/net/nostat.h @@ -0,0 +1,26 @@ +/* + * The ManaPlus Client + * Copyright (C) 2011-2016 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef CONST_NET_NOSTAT_H +#define CONST_NET_NOSTAT_H + +static const int NoStat = INT_MAX; + +#endif // CONST_NET_NOSTAT_H |