Files
2026-07-10 09:12:40 +00:00

5 lines
74 B
C++

#include "NodeController.h"
int node_controller_value() {
return 1;
}