Joseph Redmon
2015-04-15 d97331b88ff3d50035b1e22c9d0eb671b61227e3
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;