aboutsummaryrefslogtreecommitdiff
path: root/tools/iDSK/src/Basic.h
blob: bb9918179c4f2a5416a4af00501e38f8007f87b3 (plain)
1
2
3
4
5
6
7
8
#ifndef BASIC_H
#define BASIC_H


void Basic( unsigned char * BufFile, char * Listing, bool IsBasic, bool CrLf );


#endif