aboutsummaryrefslogtreecommitdiff
path: root/backend/ObjectFactory.cpp
blob: efb7742751f8bb847abb2753f872c2f9499a5aa5 (plain)
1
2
3
4
5
6
#include "ObjectFactory.h"

Object * ObjectFactory::create_object() {
	return new Object();
}