Changeset 2036:0d49c8ab721d in roaraudio for include/libroarlight


Ignore:
Timestamp:
06/21/09 15:39:57 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added struct to represent a laser point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarlight/laser.h

    r2035 r2036  
    3838#include "libroarlight.h" 
    3939 
     40struct roar_laser_point { 
     41 struct roar_point point; 
     42 struct roar_color color; 
     43}; 
     44 
    4045#endif 
    4146 
Note: See TracChangeset for help on using the changeset viewer.