Cleanup pair octaves

This commit is contained in:
Brian Hrebec 2023-09-01 11:09:09 -05:00
parent 00cdfc08e0
commit c09177c0ee
9 changed files with 119 additions and 70 deletions

8
NuEVI/src/icm.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef __ICM_H
#define __ICM_H
#include "settings.h"
void checkICM(state_t &state);
#endif