mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 10:44:37 +00:00
Adding the SFML to the CMake libraries
This commit is contained in:
@@ -27,8 +27,8 @@ namespace ComSquare::Renderer
|
||||
//! @brief Update the screen by printing the buffer.
|
||||
void drawScreen() override;
|
||||
//! @brief Add a pixel to the buffer to the coordinates x, y with the color rgba.
|
||||
//! @param X : horizontal index.
|
||||
//! @param Y : vertical index.
|
||||
//! @param X horizontal index.
|
||||
//! @param Y vertical index.
|
||||
//! @param rgba : The color of the pixel.
|
||||
void putPixel(int x, int y, uint8_t rgba) override ;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user