aboutsummaryrefslogtreecommitdiffstats
path: root/yage/util/active.h
blob: 877ab75e489247864b2baf9312ed4d03950c5507 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef YAGE_UTIL_ACTIVE_H
#define YAGE_UTIL_ACTIVE_H

class Active
{
public:
    Active();
    virtual ~Active();
};

#endif