mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
13 lines
153 B
C
13 lines
153 B
C
#pragma once
|
|
|
|
#ifndef M3DZONE_H
|
|
#define M3DZONE_H
|
|
|
|
#include "export.h"
|
|
#include "m3dcolij.h"
|
|
|
|
|
|
EXPORT void M3dZone_LineToItem(SLineInfo *, i32);
|
|
|
|
#endif
|