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