|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <inventoryrenderer.h>
Public Member Functions | |
| InventoryRenderer () | |
| void | draw (Tempest::Encoder< Tempest::CommandBuffer > &cmd) |
| void | reset (bool full=false) |
| void | drawItem (int x, int y, int w, int h, const Item &item) |
Definition at line 12 of file inventoryrenderer.h.
| InventoryRenderer::InventoryRenderer | ( | ) |
Definition at line 10 of file inventoryrenderer.cpp.
| void InventoryRenderer::draw | ( | Tempest::Encoder< Tempest::CommandBuffer > & | cmd | ) |
Definition at line 19 of file inventoryrenderer.cpp.
| void InventoryRenderer::drawItem | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const Item & | item | ||
| ) |
Definition at line 52 of file inventoryrenderer.cpp.
| void InventoryRenderer::reset | ( | bool | full = false | ) |
Definition at line 48 of file inventoryrenderer.cpp.