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