source:
dev/trunk/jenga/include/common/Exception.h@
207
      
      | Last change on this file since 207 was 207, checked in by , 18 years ago | |
|---|---|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | #pragma once | 
| 2 | |
| 3 | #include <string> | 
| 4 | |
| 5 | |
| 6 | namespace Jenga{ | 
| 7 | |
| 8 | |
| 9 | void Throw( const std::string &message ); | 
| 10 | |
| 11 | |
| 12 | } | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
