mirror of
https://github.com/autc04/Retro68.git
synced 2025-04-19 08:45:25 +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;
|
||
|
};
|