Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98027040
main.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jan 8, 20:19
Size
185 B
Mime Type
text/x-c
Expires
Fri, Jan 10, 20:19 (2 d)
Engine
blob
Format
Raw Data
Handle
23486221
Attached To
rSYMKIT symkit
main.cpp
View Options
#include <QApplication>
#include "alphascene.h"
int main(int argc, char **argv)
{
QApplication app(argc, argv);
AlphaScene scene;
scene.show();
return app.exec();
}
Event Timeline
Log In to Comment