mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
12 lines
301 B
C
12 lines
301 B
C
extern int protected_data_1a;
|
|
extern int protected_data_1b;
|
|
|
|
extern int *protected_data_1a_p ();
|
|
extern int *protected_data_1b_p ();
|
|
|
|
extern void set_protected_data_1a (int);
|
|
extern void set_protected_data_1b (int);
|
|
|
|
extern int check_protected_data_1a (int);
|
|
extern int check_protected_data_1b (int);
|