home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
yacl-012.zip
/
uidemo
/
animate
/
main.cxx
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-08
|
333b
|
23 lines
// A simple graphics demo using YACL
//
// M. A. Sridhar
// March 1, 1994
#include "ui/applic.h"
#include "appwin.h"
// ======================== Main program ===========================
int UI_Application::Main (int /* argc */, char* [])
{
MakeTopWindow (new AppWindow);
Run();
return 0;
}