16 lines
267 B
C
Raw Normal View History

2013-06-17 13:42:47 +02:00
/*
* This code is based on the original source code of Lord Avalot d'Argent version 1.3.
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
2013-06-17 10:38:38 +02:00
#ifndef __helpbak_h__
#define __helpbak_h__
#include "graph.h"
/*#include "Gyro.h"*/
void boot_help();
#endif