src/demo.h

changeset 20
a5457405cc9b
parent 13
9bdddd2ccde6
child 22
2fe0b7e0da7b
equal deleted inserted replaced
19:c9b6dd9dd4cd 20:a5457405cc9b
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef DEMO_H 19 #ifndef ZANDEMO_DEMO_H
20 #define DEMO_H 20 #define ZANDEMO_DEMO_H
21 21
22 #include "types.h" 22 #include "types.h"
23 23
24 enum { 24 enum {
25 DemoLength, 25 DemoLength,
41 bool release; 41 bool release;
42 }; 42 };
43 43
44 int launchDemo (str path); 44 int launchDemo (str path);
45 45
46 #endif // DEMO_H 46 #endif // ZANDEMO_DEMO_H

mercurial