mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
5e7b59f2fe
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
11 lines
171 B
C++
11 lines
171 B
C++
#ifndef C_M2D_H
|
|
#define C_M2D_H
|
|
|
|
#include "global.h"
|
|
|
|
class cM2dGCir;
|
|
|
|
void cM2d_CrossCirLin(cM2dGCir&, float, float, float, float, float*, float*);
|
|
|
|
#endif /* C_M2D_H */
|