overte/tests/physics/src/MeshInfoTests.h
Virendra Singh 42867bf98d code revamp
2015-03-06 11:10:38 +05:30

20 lines
No EOL
507 B
C++

//
// MeshInfoTests.h
// tests/physics/src
//
// Created by Virendra Singh on 2015.03.02
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef hifi_MeshInfoTests_h
#define hifi_MeshInfoTests_h
namespace MeshInfoTests{
void testWithTetrahedron();
void testWithUnitCube();
void testWithCube();
void runAllTests();
}
#endif // hifi_MeshInfoTests_h