mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
11 lines
179 B
C
11 lines
179 B
C
#ifndef C_M2D_H
|
|
#define C_M2D_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct cM2dGCir;
|
|
|
|
void cM2d_CrossCirLin(cM2dGCir&, float, float, float, float, float*, float*);
|
|
|
|
#endif /* C_M2D_H */
|