诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
491 B

  1. #ifndef SERVER_CUSTOM_RULE_HEAD_FILE
  2. #define SERVER_CUSTOM_RULE_HEAD_FILE
  3. #pragma once
  4. #include "ModuleManagerHead.h"
  5. //////////////////////////////////////////////////////////////////////////////////
  6. //自定规则
  7. class MODULE_MANAGER_CLASS CServerCustomRule
  8. {
  9. //函数定义
  10. public:
  11. //构造函数
  12. CServerCustomRule();
  13. //析构函数
  14. virtual ~CServerCustomRule();
  15. };
  16. //////////////////////////////////////////////////////////////////////////////////
  17. #endif