diff options
Diffstat (limited to 'common/l3dslib.h')
-rwxr-xr-x | common/l3dslib.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/l3dslib.h b/common/l3dslib.h index c98524c..41b647d 100755 --- a/common/l3dslib.h +++ b/common/l3dslib.h @@ -19,8 +19,8 @@ along with Foobar; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ -//
-// l3dslib.h: header file for loading triangles from a 3DS triangle file
-//
-void Load3DSTriangleList (char *filename, triangle_t **pptri, int *numtriangles);
-
+// +// l3dslib.h: header file for loading triangles from a 3DS triangle file +// +void Load3DSTriangleList (char *filename, triangle_t **pptri, int *numtriangles); + |