1
0
forked from 0ad/0ad
0ad/source/tools/pmdexp/ExpUtil.h
Ykkrosh 79b92f8a16 Renaming new PMDExp
This was SVN commit r2388.
2005-06-14 20:42:41 +00:00

9 lines
96 B
C++

#ifndef _EXPUTIL_H
#define _EXPUTIL_H
class Point3;
extern void MAXtoGL(Point3 &pnt);
#endif