mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
class IProgressIndicator
|
||||
{
|
||||
public:
|
||||
// returns true if cancel requested.
|
||||
virtual bool setProgess(float percent) { return step(); }; // optional
|
||||
virtual bool step() = 0;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user