mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
8 lines
109 B
C
8 lines
109 B
C
#ifndef __EEINIT_H__
|
|
#define __EEINIT_H__
|
|
|
|
#include <tamtypes.h>
|
|
|
|
void TlbInit();
|
|
|
|
#endif /* __EEINIT_H__ */
|