Orange/src/Apps/Tools/BSPViewer.cpp

7 lines
97 B
C++

#include <Orange/Core/Result.h>
int main(int argc, char** argv)
{
(void)argc; (void)argv;
}