17 lines
147 B
C++
17 lines
147 B
C++
//
|
|
// Created by Vicente Ferrari Smith on 06.03.26.
|
|
//
|
|
|
|
#ifndef V_RENDERER_H
|
|
#define V_RENDERER_H
|
|
|
|
|
|
|
|
class renderer {
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif //V_RENDERER_H
|