source: dev/trunk/ab5.0/jenga/include/common/Exception.h@ 524

Last change on this file since 524 was 524, checked in by dai_9181, 16 years ago

ヘッダファイルを整理中

File size: 88 bytes
Line 
1#pragma once
2
3namespace Jenga{
4
5
6void Throw( const std::string &message );
7
8
9}
Note: See TracBrowser for help on using the repository browser.