mirror of
https://github.com/autc04/Retro68.git
synced 2024-10-11 20:24:35 +00:00
12 lines
243 B
R
12 lines
243 B
R
/*#include "Types.r"
|
|
|
|
|
|
*/
|
|
|
|
#include "/home/wolfgang/Projects/Retro68/CExamples/Sample.r"
|
|
|
|
type 'TEST' {
|
|
boolean itemUnlocked = false, // defined attributes bits...
|
|
itemLocked = true;
|
|
};
|