diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-02 21:18:45 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-02 21:18:45 -0400 |
| commit | 341e7010688bce33c8710ac660d2ef9552420566 (patch) | |
| tree | 9a24cf20b3148055d5969094d7dfaccba1fda3d3 /balls.cl | |
| parent | b0419e52199baed105cf7f0c6c096d58d49ab5c3 (diff) | |
| download | balls-341e7010688bce33c8710ac660d2ef9552420566.zip | |
move FPS into config.h
Diffstat (limited to 'balls.cl')
| -rw-r--r-- | balls.cl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -#define FPS 60.0f +#include "config.h" + #define G (9.81f / FPS / FPS) #define DENSITY 1500.0f |