include/common.h
branchpyrit
changeset 34 28f6e8b9d5d1
parent 30 33f95441790e
child 37 5f954c0d34fc
equal deleted inserted replaced
33:83d0200d4c09 34:28f6e8b9d5d1
       
     1 /*
       
     2  * Pyrit Ray Tracer
       
     3  * file: common.h
       
     4  *
       
     5  * Radek Brich, 2006-2007
       
     6  */
       
     7 
     1 #ifndef COMMON_H
     8 #ifndef COMMON_H
     2 #define COMMON_H
     9 #define COMMON_H
     3 
    10 
     4 #include <stdio.h>
    11 #include <stdio.h>
     5 #include <stdarg.h>
    12 #include <stdarg.h>