Numworks Epsilon  1.4.1
Graphing Calculator Operating System
empty_battery_window.h
Go to the documentation of this file.
1 #ifndef APPS_EMPTY_BATTERY_WINDOW_H
2 #define APPS_EMPTY_BATTERY_WINDOW_H
3 
4 #include <escher.h>
5 
6 class EmptyBatteryWindow : public Window {
7 public:
9  void drawRect(KDContext * ctx, KDRect rect) const;
10 };
11 
12 #endif
Definition: window.h:6
void drawRect(KDContext *ctx, KDRect rect) const
Definition: rect.h:26