mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
computer locks
This commit is contained in:
parent
a17bc9f751
commit
35dd069f7f
@ -5,6 +5,7 @@
|
||||
|
||||
typedef struct nn_computer {
|
||||
char state;
|
||||
nn_guard *lock;
|
||||
nn_component *components;
|
||||
size_t componentLen;
|
||||
size_t componentCap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user