polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

uniform.h (159B)


      1 
      2 
      3 #ifndef POLYADVENT_UNIFORM_H
      4 #define POLYADVENT_UNIFORM_H
      5 
      6 struct point * uniform_samples(const int count, double size);
      7 
      8 
      9 #endif /* POLYADVENT_UNIFORM_H */