OSDN Git Service

文字コード、改行コード修正
[coroid/inqubus.git] / vhook / chat / process_chat.h
index 469b881..f1d3480 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef PROCESS_CHAT_H_\r
-#define PROCESS_CHAT_H_\r
-#include <SDL/SDL.h>\r
-#include "chat.h"\r
-#include "chat_slot.h"\r
-#include "../main.h"\r
-int chat_process(COMMDATA* data,SDL_Surface* surf,const int now_vpos);\r
-int getX(int now_vpos,const CHAT_SLOT_ITEM* item,int video_width);\r
-\r
-#endif /*PROCESS_CHAT_H_*/\r
+#ifndef PROCESS_CHAT_H_
+#define PROCESS_CHAT_H_
+#include <SDL/SDL.h>
+#include "chat.h"
+#include "chat_slot.h"
+#include "../main.h"
+int chat_process(COMMDATA* data,SDL_Surface* surf,const int now_vpos);
+int getX(int now_vpos,const CHAT_SLOT_ITEM* item,int video_width);
+
+#endif /*PROCESS_CHAT_H_*/