component costs

This commit is contained in:
2026-04-03 00:42:00 +02:00
parent c10774ed21
commit e6cf5990bb
3 changed files with 34 additions and 5 deletions

View File

@@ -586,6 +586,7 @@ typedef struct nn_ComponentRequest {
nn_Computer *computer;
void *state;
void *classState;
const char *compAddress;
nn_ComponentAction action;
// method index
unsigned int methodIdx;