Removed dependencies from Core lib

This commit is contained in:
Paolo Andreetto
2019-08-07 09:10:36 +00:00
parent 38c61a4e9b
commit 621084fbfc
20 changed files with 104 additions and 219 deletions

View File

@@ -30,13 +30,12 @@
#include <vector>
#include "Core/Object.h"
#include "Math/Dense.h"
namespace uLib {
class TriangleMesh : public Object {
class TriangleMesh
{
public:
void PrintSelf(std::ostream &o);