minor changes

This commit is contained in:
2025-07-26 14:11:56 +02:00
parent 8288f647c1
commit eb6037ee27
3 changed files with 10 additions and 5 deletions

View File

@@ -1056,8 +1056,6 @@ nn_bool_t nn_destroyHologram(nn_hologram *hologram);
nn_component *nn_addHologram(nn_computer *computer, nn_address address, int slot, nn_hologram *hologram);
int nn_XYZtoIndex(int x, int y, int z);
void nn_hologram_clear(nn_hologram *hologram);
int nn_hologram_get(nn_hologram *hologram, int x, int y, int z);
void nn_hologram_set(nn_hologram *hologram, int x, int y, int z, int value);