Gravity zoning

This commit is contained in:
Simon Robertshaw
2011-06-09 22:35:00 +01:00
parent 1effdb052a
commit 1f7106acb1
9 changed files with 198 additions and 3 deletions

View File

@@ -71,6 +71,8 @@ int cpu_check(void);
void HSV_to_RGB(int h,int s,int v,int *r,int *g,int *b);
void RGB_to_HSV(int r,int g,int b,int *h,int *s,int *v);
void membwand(void * dest, void * src, size_t destsize, size_t srcsize);
// a b
// c d
struct matrix2d {