mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 23:56:35 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "../common/types.h"
|
||||
#include "../common/EMuShareMem.h"
|
||||
|
||||
struct MMFOpcodes_Struct {
|
||||
uint32 EQOpcodeCount;
|
||||
uint32 EmuOpcodeCount;
|
||||
uint16 eq_to_emu[0];
|
||||
//uint16 emu_to_eq[0]; //logical, not really here... EQOpcodeCount indexes in
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user