2008-07-12 17:40:22 +00:00
|
|
|
#ifndef _BPSTRUCTS_H
|
|
|
|
#define _BPSTRUCTS_H
|
|
|
|
|
|
|
|
#pragma pack(4)
|
|
|
|
|
2008-07-17 20:29:04 +00:00
|
|
|
#include "BPMemory.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
|
|
|
|
void BPInit();
|
|
|
|
size_t BPSaveLoadState(char *ptr, BOOL save);
|
|
|
|
//bool BPWritten(int addr, int changes);
|
|
|
|
void LoadBPReg(u32 value0);
|
|
|
|
void ActivateTextures();
|
|
|
|
|
|
|
|
#endif
|