add temporary registry keys

This commit is contained in:
FunkyFr3sh 2024-07-04 07:52:17 +02:00
parent dfca31fab9
commit 79b8b4d083
5 changed files with 79 additions and 0 deletions

7
inc/indeo.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef INDEO_H
#define INDEO_H
void indeo_enable();
void indeo_disable();
#endif