mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-11-18 21:08:13 +00:00
10 lines
121 B
C
10 lines
121 B
C
|
#ifndef TYPES_H
|
||
|
#define TYPES_H
|
||
|
|
||
|
// ERASED: typedef unsigned char byte;
|
||
|
// ERASED: typedef unsigned int word;
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|