Bangtal Library for Game Development  v0.3.0
bangtal File Reference

C++-style functions in Bangtal Game Library. More...

#include <bangtal.h>
#include <string>
#include <Scene.h>
#include <Object.h>
#include <Sound.h>
#include <Timer.h>

Go to the source code of this file.

Namespaces

 bangtal
 C++ namespace for Bangtal Game Library.
 

Functions

void bangtal::startGame (ScenePtr scene)
 게임을 시작하는 함수 More...
 
void bangtal::showMessage (const std::string &message)
 메시지를 출력하는 함수 More...
 
void bangtal::showKeypad (const std::string &password, ObjectPtr object)
 키패드를 출력하는 함수 More...
 
void bangtal::showImageViewer (const std::string &filename)
 이미지를 보이는 함수 More...
 
void bangtal::showAudioPlayer (const std::string &filename)
 오디오 재생장치를 보이는 함수(미지원 함수) More...
 
void bangtal::showVideoPlayer (const std::string &filename)
 비디오 재생장치를 보이는 함수(미지원 함수) More...
 
void bangtal::showTimer (TimerPtr timer)
 타이머의 남은 시간을 보이도록 설정하는 함수 More...
 

Detailed Description

C++-style functions in Bangtal Game Library.

방탈 게임 라이브러리의 C++ 함수와 클래스 선언

Author
조용진(draji.nosp@m.n.ch.nosp@m.o@bos.nosp@m.ornd.nosp@m..com)

Definition in file bangtal.