14 lines
122 B
C++
14 lines
122 B
C++
#pragma once
|
|
|
|
#include <iostream>
|
|
#include <string>
|
|
#include "playerEditor.h"
|
|
|
|
class Editor
|
|
{
|
|
|
|
private:
|
|
|
|
public:
|
|
};
|