mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-25 21:55:03 +02:00
8 lines
91 B
C++
8 lines
91 B
C++
#ifndef TEXTURE_EDITOR_H
|
|
#define TEXTURE_EDITOR_H
|
|
|
|
class TextureEditor {
|
|
public:
|
|
};
|
|
|
|
#endif |