acl/samples/demo/ChatDemo.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

12 lines
132 B
C++

#pragma once
#include "lib_acl.h"
class CChatDemo
{
public:
CChatDemo(const char *s);
~CChatDemo(void);
ACL_VSTRING *m_buf;
};