mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -04:00
12 lines
175 B
C++
12 lines
175 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 |