Add the demo for good order

This commit is contained in:
2021-07-13 18:58:50 +02:00
parent bde42f320f
commit 8bc6cfc269
3 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include "main.h"
#include "lodepng.h"
#include "../src/atomorph.h"
MORPH_OPTIONS options;

View File

@@ -3,7 +3,7 @@
* See Copyright Notice at the end of this file.
*/
#include "../atomorph.h"
#include "../src/atomorph.h"
#include "options.h"
bool init (int argc, char **argv);