1
0
Fork 0

Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails.

This commit is contained in:
fredb 2006-12-25 19:38:34 +00:00
parent c219b34f0c
commit 0bd6fa4bc0

View file

@ -44,6 +44,7 @@ public:
void init(int, int);
void destroy();
int render();
void setFrustum(double,double,double,double,double,double);
void *data();
};
#endif