mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-31 09:59:15 +01:00
Initial revision
This commit is contained in:
parent
529c3f1f65
commit
66e1c2b429
29
src/lexer.h
Normal file
29
src/lexer.h
Normal file
@ -0,0 +1,29 @@
|
||||
/*
|
||||
* File: parser.h
|
||||
* Project Main: boxes.c
|
||||
* Date created: July 01, 1999 (Thursday, 13:43h)
|
||||
* Author: Thomas Jensen
|
||||
* tsjensen@stud.informatik.uni-erlangen.de
|
||||
* Version: $Id$
|
||||
* Language: ANSI C
|
||||
* Purpose: Export symbols used by the parser files only
|
||||
* Remarks: ---
|
||||
*
|
||||
* Revision History:
|
||||
*
|
||||
* $Log$
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
*/
|
||||
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
|
||||
void begin_speedmode();
|
||||
|
||||
extern int speeding;
|
||||
|
||||
|
||||
#endif /*PARSER_H*/
|
||||
|
||||
/*EOF*/ /* vim: set sw=4: */
|
Loading…
Reference in New Issue
Block a user