atompacman / Xerof

2D survival simulator (AI sandbox)
1 stars 1 forks source link

Random method could be remove or moved #44

Open FXRoux opened 9 years ago

FXRoux commented 9 years ago

static Direction randBasicDir() static Direction randDirNoCenter()

Are they really necessary? I think they should be in direction.h instead of random.h, what do you think?