dsys2

changeset 14:66d4fe7a8613

test.c included dsys2.h, but I've dropped the 2 at some point
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 18 Oct 2011 09:46:49 +0300
parents 6bab2c0b0e4b
children 26e3e0359f5b
files test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/test.c	Mon Sep 05 04:08:40 2011 +0300
     1.2 +++ b/test.c	Tue Oct 18 09:46:49 2011 +0300
     1.3 @@ -10,7 +10,7 @@
     1.4  #include <GLUT/glut.h>
     1.5  #endif
     1.6  
     1.7 -#include "dsys2.h"
     1.8 +#include "dsys.h"
     1.9  
    1.10  void disp(void);
    1.11  void draw_progress(float p);