Project

General

Profile

Revision 1613

I think this is John's code

View differences:

trunk/code/lib/include/libdragonfly/bom.h
56 56
#define RBOM    2
57 57

  
58 58

  
59
/** @brief Struct for storing vector data. Used by bom_get_vector() functions **/
59
/** @brief Struct for storing x and y component vector data. Used by bom_get_vector() functions **/
60 60
typedef struct vector {
61 61
	int x;
62 62
	int y;

Also available in: Unified diff