OSDN Git Service

更新履歴
[coroid/inqubus.git] / vhook / chat / process_chat.h
1 #ifndef PROCESS_CHAT_H_
2 #define PROCESS_CHAT_H_
3 #include <SDL/SDL.h>
4 #include "chat.h"
5 #include "chat_slot.h"
6 #include "../main.h"
7 int chat_process(COMMDATA* data,SDL_Surface* surf,const int now_vpos);
8 int getX(int now_vpos,const CHAT_SLOT_ITEM* item,int video_width);
9
10 #endif /*PROCESS_CHAT_H_*/