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>
16 class Texture
: public BReferenceable
{
23 virtual void Update(float dt
);
29 #endif /* _TEXTURE_H */