Move Newtonian gravity into a new file

This commit is contained in:
jacksonmj
2011-12-10 23:23:33 +08:00
committed by Simon Robertshaw
parent 20dd54f36e
commit 934d1da66e
12 changed files with 545 additions and 503 deletions

View File

@@ -3,6 +3,7 @@
// This header should be included by all files in src/elements/
#include "powder.h"
#include "gravity.h"
#include "misc.h"
#include "math.h"
#include "powdergraphics.h"