UmberHubManager/api/examples/c_cpp/BrainStem2-Cpp-Shell/BrainStem2Shell/main.cpp

22 lines
772 B
C++
Executable File

//
// main.cpp
// BrainStem2Shell
//
/////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2018 Acroname Inc. - All Rights Reserved //
// //
// This file is part of the BrainStem release. See the license.txt //
// file included with this package or go to //
// https://acroname.com/software/brainstem-development-kit //
// for full license details. //
/////////////////////////////////////////////////////////////////////
#include "BrainStem2/BrainStem-all.h"
int main(int argc, const char * argv[])
{
return 0;
}