- fixed libsys includes

git-svn-id: http://moon:8086/svn/mips@201 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-11-23 18:42:38 +00:00
parent d8bd262509
commit b454e8dd00
14 changed files with 23 additions and 18 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ Point2D points[NPOINTS] = {
};
RtColor color = {.9,.9,.5};
Go() {
void Go() {
RiColor(color);
RiRotate(-90.0, 1.0, 0.0, 0.0);
SurfOR(points, NPOINTS);
@@ -66,7 +66,7 @@ typedef struct _testi
RtPointer p;
} testi;
main()
int main()
{
RtInt frame, i;
char filename[256];