noo/client/platforms/updater.h

11 lines
132 B
C
Raw Permalink Normal View History

2018-09-24 22:25:14 +03:00
#ifndef UPDATER_H
#define UPDATER_H
class AutoUpdater {
public:
virtual void checkForUpdates() = 0;
};
#endif // UPDATER_H