This commit is contained in:
IonutParau 2025-05-22 17:12:36 +02:00
parent 35dd069f7f
commit e22155b8b2

View File

@ -19,6 +19,8 @@ typedef struct nn_computer {
size_t supportedArchCount; size_t supportedArchCount;
double timeOffset; double timeOffset;
nn_universe *universe; nn_universe *universe;
char *users[NN_MAX_USERS];
size_t userCount;
} nn_computer; } nn_computer;
#endif #endif