mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 19:31:17 +01:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef __EEINIT_H__
|
|
#define __EEINIT_H__
|
|
|
|
#include <tamtypes.h>
|
|
|
|
void TlbInit();
|
|
|
|
#endif /* __EEINIT_H__ */
|