mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
16 lines
221 B
C++
16 lines
221 B
C++
#ifndef PATCHES_H_
|
|
#define PATCHES_H_
|
|
|
|
/*enum {
|
|
Patch_062,
|
|
Patch_Titanium,
|
|
Patch_Live
|
|
};*/
|
|
|
|
class EQStreamIdentifier;
|
|
|
|
void RegisterAllPatches(EQStreamIdentifier &into);
|
|
void ReloadAllPatches();
|
|
|
|
#endif /*PATCHES_H_*/
|