1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00
cnc-ddraw/inc/indeo.h

8 lines
84 B
C
Raw Normal View History

2024-07-04 07:52:17 +02:00
#ifndef INDEO_H
#define INDEO_H
void indeo_enable();
void indeo_disable();
#endif