1
0
forked from mirrors/0ad
Files
0ad/source/tools/pmdexp/ExpUtil.h
T
janwas 1eaadd38aa ran everything though mark's newline stomper.
This was SVN commit r322.
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