@ -3,7 +3,12 @@
#include "multisock.h"
#include "netpkt.h"
#include "module.h"
struct game_ports {
int portlo;
int porthi;
int gameid;
};
class ModHelper {
public:
@ -1,6 +1,7 @@
#ifndef _MODULE_H_
#define _MODULE_H_
#include "list.h"
#include "config.h"
@ -58,12 +59,6 @@ enum {
ID_COD2 // "Call of Duty 2"
class Module : private ListEntry<Module> {
virtual ~Module() {};