AppleWin/source/cs.h

17 lines
251 B
C
Raw Normal View History

2011-03-01 07:57:19 +00:00
/*
* cs.h
* video
*
* Created by Sheldon Simms on 12/4/10.
* Copyright 2010 __MyCompanyName__. All rights reserved.
*
*/
#ifndef INCLUDED_CS_H
#define INCLUDED_CS_H
extern unsigned char csbits[2][256][8];
void make_csbits (void);
#endif