1
0
forked from 0ad/0ad
0ad/source/tools/pmdexp/ExpUtil.h
2004-05-30 00:46:58 +00:00

9 lines
96 B
C++
Executable File

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