Last change
on this file since 9609 was
5781,
checked in by rgrieder, 15 years ago
|
Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).
|
-
Property svn:eol-style set to
native
|
File size:
424 bytes
|
Line | |
---|
1 | exceptionDefs["CEGUI::Exception"] = {} |
---|
2 | exceptionDefs["CEGUI::Exception"]["var"] = "&e" |
---|
3 | exceptionDefs["CEGUI::Exception"]["c_str"] = "e.getMessage().c_str()" |
---|
4 | |
---|
5 | exceptionDefs["CEGUI::AlreadyExistsException"] = exceptionDefs["CEGUI::Exception"] |
---|
6 | exceptionDefs["CEGUI::InvalidRequestException"] = exceptionDefs["CEGUI::Exception"] |
---|
7 | exceptionDefs["CEGUI::UnknownObjectException"] = exceptionDefs["CEGUI::Exception"] |
---|
Note: See
TracBrowser
for help on using the repository browser.