Joseph Redmon
2015-04-15 47528e37cf29e0f9da6885213e5aee044bed84ef
src/data.h
@@ -5,6 +5,8 @@
#include "matrix.h"
#include "list.h"
extern unsigned int data_seed;
static inline float distance_from_edge(int x, int max)
{
    int dx = (max/2) - x;