mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 23:26:45 -04:00
8 lines
104 B
C++
8 lines
104 B
C++
#ifndef D_MSG_OBJECT_H_
|
|
#define D_MSG_OBJECT_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class dMsgObject_c;
|
|
|
|
#endif |