mirror of
https://github.com/ksherlock/x65.git
synced 2025-08-10 08:25:18 +00:00
20 lines
315 B
C
20 lines
315 B
C
/*
|
|
#--------------------------------------------------------
|
|
# $File: ftile.h,v $
|
|
# $Author: jandersen $
|
|
# $Revision: #1 $
|
|
#--------------------------------------------------------
|
|
|
|
*/
|
|
|
|
#ifndef _ftile_h
|
|
#define _ftile_h
|
|
|
|
#define VERSION "1.00"
|
|
|
|
#endif // _ftile_h
|
|
|
|
// EOF - ftile.h
|
|
|
|
|