acl/samples/demo/ChatDemo.h

12 lines
132 B
C
Raw Normal View History

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