dees/interface.H

6 lines
76 B
C++
Raw Normal View History

#ifndef _INTERFACE_H
#define INTERFACE_H
#include "main.H"
void Y();
#endif