mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -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 |