Files
oak-editor/app/project/project.h
T
2019-06-20 11:36:43 -07:00

12 lines
99 B
C++

#ifndef PROJECT_H
#define PROJECT_H
class Project
{
public:
Project();
};
#endif // PROJECT_H