xevi/NuEVI/src/icm.h
2023-09-01 11:09:09 -05:00

8 lines
No EOL
101 B
C

#ifndef __ICM_H
#define __ICM_H
#include "settings.h"
void checkICM(state_t &state);
#endif