Joseph Redmon
2015-04-17 f199fd3b6464e644566d76676c0b5f1824d26c4e
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;