1
0
Fork 0

Minor tweaks so that this actually compiles.

This commit is contained in:
curt 1998-09-25 19:38:01 +00:00
parent 216be72f34
commit bc6d579c5c
2 changed files with 10 additions and 4 deletions

View file

@ -1,8 +1,8 @@
// assemtris.c -- reassemble the pieces produced by splittris
// assemtris.cxx -- reassemble the pieces produced by splittris
//
// Written by Curtis Olson, started January 1998.
//
// Copyright (C) 1997 Curtis L. Olson - curt@infoplane.com
// Copyright (C) 1997 Curtis L. Olson - curt@me.umn.edu
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@ -29,7 +29,7 @@
#include <sys/stat.h> // for stat()
#include <unistd.h> // for stat()
#include "assemtris.h"
#include "assemtris.hxx"
#include <Include/fg_constants.h>
#include <Include/fg_types.h>
@ -542,6 +542,9 @@ int main(int argc, char **argv) {
// $Log$
// Revision 1.2 1998/09/25 19:38:01 curt
// Minor tweaks so that this actually compiles.
//
// Revision 1.1 1998/09/25 19:35:29 curt
// Renamed assemtris.[ch] to assemtris.[ch]xx
//

View file

@ -1,4 +1,4 @@
// splittris.h -- reassemble the pieces produced by splittris
// splittris.hxx -- reassemble the pieces produced by splittris
//
// Written by Curtis Olson, started January 1998.
//
@ -39,6 +39,9 @@
// $Log$
// Revision 1.2 1998/09/25 19:38:03 curt
// Minor tweaks so that this actually compiles.
//
// Revision 1.1 1998/09/25 19:35:31 curt
// Renamed assemtris.[ch] to assemtris.[ch]xx
//