mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
13 lines
166 B
C
13 lines
166 B
C
#pragma once
|
|
|
|
#ifndef PS2M3D_H
|
|
#define PS2M3D_H
|
|
|
|
#include "export.h"
|
|
#include "ob.h"
|
|
|
|
EXPORT void M3d_BuildTransform(CSuper*);
|
|
EXPORT void M3d_Render(void*);
|
|
|
|
#endif
|