Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smok95 authored Aug 1, 2021
1 parent 4df01bf commit 9fcca06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,18 @@ void OnEventConnect(long errCode) {
int main()
{
// 초기화
kw_Initialize(0);
// 이벤트 핸들러 설정
kw_SetOnEventConnect(OnEventConnect);
// 로그인
kw_CommConnect();
kw_Wait();
kw_Uninitizlize();
return 0;
}
```
Expand Down

0 comments on commit 9fcca06

Please sign in to comment.