| tinclude debug header in main - slidergrid - grid of elastic sliders on a frict… | |
| git clone git://src.adamsgaard.dk/slidergrid | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 762b3f6943d2c21d2ef469462691efae7aaa92d5 | |
| parent 98510995b3b02e74f91395782889154b236d517a | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 22 Mar 2016 11:32:36 -0700 | |
| include debug header in main | |
| Diffstat: | |
| M slidergrid/main.c | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/slidergrid/main.c b/slidergrid/main.c | |
| t@@ -7,6 +7,7 @@ | |
| #include "slider.h" | |
| #include "grid.h" | |
| #include "simulation.h" | |
| +#include "debug.h" | |
| const char* VERSION = "beta-0.1"; | |