1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00
GLideN64/src/uCodes/S2DEX2.h
Sergey Lipskiy b012e8b53c Code refactor:
* move implementation of S2DEX commands from gSP.cpp to uCodes/S2DEX.cpp
* code cleanup
2018-09-30 18:03:44 +07:00

7 lines
63 B
C

#ifndef S2DEX2_H
#define S2DEX2_H
void S2DEX2_Init();
#endif