Rise
The Vieneo Province
BiometerDialog.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "DialogBase.h"
4 #include "..\Viewscreen\Viewscreen.h"
5 
6 class BiometerDialog : public DialogBase
7 {
8 public:
9 
10  BiometerDialog(short id);
11 
12  void Update();
13  void Draw(D3DXVECTOR3* tracked);
14  void DragDropItem(short destTab);
15 };
void Draw(D3DXVECTOR3 *tracked)
void DragDropItem(short destTab)
BiometerDialog(short id)