My Project
 
Loading...
Searching...
No Matches
busyindicator.h
Go to the documentation of this file.
1#pragma once
2
3#include "image.h"
4
5class BusyIndicator :public Image{
6public:
8 virtual void update();
9};
virtual void update()
Definition busyindicator.cpp:15
BusyIndicator()
Definition busyindicator.cpp:7