Files
tp/include/JSystem/JMessage/control/control.h
T
2020-12-26 11:31:49 -05:00

9 lines
172 B
C++

#ifndef __CONTROL_H_
#define __CONTROL_H_
#include "dolphin/types.h"
// this may actually go somewhere else, but defining it here for now
class JMSMesgEntry_c {};
#endif