mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-04-03 11:25:43 +02:00
8 lines
84 B
C
8 lines
84 B
C
|
#ifndef INDEO_H
|
||
|
#define INDEO_H
|
||
|
|
||
|
void indeo_enable();
|
||
|
void indeo_disable();
|
||
|
|
||
|
#endif
|