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