2 * Copyright 2009, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexandre Deckner <alex@zappotek.com>
11 #include <Referenceable.h>
12 #include <SupportDefs.h>
30 class Mesh
: public BReferenceable
{
34 virtual Face
& GetFace(uint32 index
) const = 0;
35 virtual uint32
FaceCount() const = 0;