Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121364156
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
Thu, Jul 10, 07:47
Size
185 B
Mime Type
text/x-c
Expires
Sat, Jul 12, 07:47 (2 d)
Engine
blob
Format
Raw Data
Handle
27315731
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