- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmain.cpp
More file actions
Latest commit
13 lines (10 loc) · 493 Bytes
/
Copy pathmain.cpp
File metadata and controls
13 lines (10 loc) · 493 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#include"ContainerWindow.h"
#include"utils.h"
#defineVERSION"0.5.2"
// NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-array-to-pointer-decay)
DECLARE_COMPONENT_VERSION("Coverflow", VERSION,
"Renders Album Art in a 3d environment\n"
"By Christian Fersch\n"
"Cover image by figure002 (http://fav.me/d2ppgwx)\n" __DATE__
" - " __TIME__);
VALIDATE_COMPONENT_FILENAME("foo_chronflow.dll");