haiku/src/apps/haiku3d/Mesh.cpp

15 lines
206 B
C++

/*
* Copyright 2009, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Alexandre Deckner <alex@zappotek.com>
*/
#include "Mesh.h"
Mesh::~Mesh()
{
}