GameRC (IRC Server)  1.0.0
C++98 기반 IRC 서버 프로젝트
로딩중...
검색중...
일치하는것 없음
common.hpp 파일 참조
#include <iostream>
#include <string>
#include <map>
#include <BSD-GDF/Assert.hpp>
#include <BSD-GDF/Logger.hpp>
#include <BSD-GDF/Display.hpp>
#include <BSD-GDF/Event.hpp>
#include <BSD-GDF/Network.hpp>
#include "utils/isInt.hpp"
#include "utils/split.hpp"

이 파일의 소스 코드 페이지로 가기

매크로

#define GAMERC_VERSION   ("GameRC v1.0.0")
 IRC 서버의 버전을 나타내는 매크로.
 
#define interface   struct
 interface 구분을 위한 매크로.
 

매크로 문서화

◆ GAMERC_VERSION

#define GAMERC_VERSION   ("GameRC v1.0.0")

IRC 서버의 버전을 나타내는 매크로.

◆ interface

#define interface   struct

interface 구분을 위한 매크로.