Removed TextureEditor.

This commit is contained in:
Relintai 2021-04-02 19:05:05 +02:00
parent a7455d051d
commit 0425913a13
2 changed files with 0 additions and 9 deletions

View File

@ -1 +0,0 @@
#include "texture_editor.h"

View File

@ -1,8 +0,0 @@
#ifndef TEXTURE_EDITOR_H
#define TEXTURE_EDITOR_H
class TextureEditor {
public:
};
#endif