00001 /* START_LICENSE_HEADER 00002 00003 Copyright (C) 2000 Martin Piper, original design and program code 00004 Copyright (C) 2001 Replica Software 00005 00006 This program file is copyright (C) Replica Software and can only be used under license. 00007 For more information visit: http://www.replicanet.com/ 00008 Or email: info@replicanet.com 00009 00010 END_LICENSE_HEADER */ 00011 #ifndef _NONCEGEN_H_ 00012 #define _NONCEGEN_H_ 00013 #include "RNPlatform/Inc/DLLExportAPI.h" 00014 00015 namespace RNReplicaNet 00016 { 00017 00018 namespace RNLobby 00019 { 00020 00021 namespace NOnceGen 00022 { 00023 00025 extern int GetNOnce(void); 00026 00028 extern void SetNOnce(int nOnce); 00029 00030 } // namespace NOnceGen 00031 00032 } // namespace RNLobby 00033 00034 } // namespace RNReplicaNet 00035 00036 #endif
1.5.3