OSDN Git Service

Merge branch 旧コメント仕様で過去ログ取得できる機能の実装
[coroid/inqubus.git] / vhook / comment / com_surface.h
1 #ifndef COM_SURFACE_H_
2 #define COM_SURFACE_H_
3 #include <SDL/SDL.h>
4 #include "../chat/chat.h"
5 #include "../chat/chat_slot.h"
6 #include "../main.h"
7
8 SDL_Surface* makeCommentSurface(COMMDATA* data,const CHAT_ITEM* item,int video_width,int video_height);
9
10
11 #endif /*COM_SURFACE_H_*/