10 lines
97 B
C++
10 lines
97 B
C++
|
|
||
|
#include "ATDTarget.hpp"
|
||
|
#include "moc_ATDTarget.cpp"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
Object obj;
|
||
|
return 0;
|
||
|
}
|