diff options
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h new file mode 100644 index 00000000..482f65ee --- /dev/null +++ b/src/window.h @@ -0,0 +1,10 @@ +// +// window.h +// themanaworld +// +// Created by David Athay on 1/27/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +void setIcon(const char *icon); +void windowAlert(const char *msg);
\ No newline at end of file |