mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -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 |