minor build system thing for Extras/iff binary file format

This commit is contained in:
erwin.coumans
2009-01-08 05:11:06 +00:00
parent e839350a2c
commit 9b57ba57f7
3 changed files with 7 additions and 5 deletions

View File

@@ -23,10 +23,7 @@ subject to the following restrictions:
#include <stdio.h>
extern "C"
{
#include "iff.h"
}
IFFP MyReadICat(GroupContext *parent)
{
@@ -236,4 +233,4 @@ int main(int argc, char* argv[])
return 0;
}
}