mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
4 lines
116 B
C++
4 lines
116 B
C++
#include <AddOn/AddOn.h>
|
|
|
|
int IAddOn::GetMajorRevision() {return 0;}
|
|
int IAddOn::GetMinorRevision() {return 0;}
|