summaryrefslogtreecommitdiff
path: root/include/d/d_message_paper.h
blob: 2b5d856a2364bd9b5abb26b876a7fda8c9803d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef D_MESSAGE_PAPER_H
#define D_MESSAGE_PAPER_H

#include "dolphin/types.h"

class sub_msg3_class;

class dmsg3_3d_c {
public:
    dmsg3_3d_c();
    ~dmsg3_3d_c();
    void setDummyTexture();
    void set_mtx();
    void exec();
    void draw();
};

class dDlst_2DMSG3_c {
public:
    void setActorP(sub_msg3_class*) {}
    
    void draw();
    void outFontDraw();
};

#endif /* D_MESSAGE_PAPER_H */