Herunterladen als
root/src/relations/belongsto.h @ 2c538c24
#ifndef BELONGSTO_H
|
|
#define BELONGSTO_H
|
|
namespace CuteEntityManager {
|
|
|
|
class BelongsTo
|
|
{
|
|
public:
|
|
BelongsTo();
|
|
};
|
|
}
|
|
#endif // BELONGSTO_H
|