Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy

This commit is contained in:
Simon
2011-01-28 19:56:44 +00:00
65 changed files with 73 additions and 63 deletions

8
includes/element.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef ELEMENT_H
#define ELEMENT_H
// This header should be included by all files in src/elements/
#include "powder.h"
#include "misc.h"
#endif