14 lines
160 B
C
14 lines
160 B
C
//
|
|
// Created by Vicente Ferrari Smith on 26.02.26.
|
|
//
|
|
|
|
#ifndef V_RENDERER_H
|
|
#define V_RENDERER_H
|
|
|
|
|
|
struct Graphics {
|
|
Graphics();
|
|
};
|
|
|
|
|
|
#endif //V_RENDERER_H
|