Camera implemented
This commit is contained in:
17
src/engine/utility/rectangle.hpp
Normal file
17
src/engine/utility/rectangle.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by m on 12/11/21.
|
||||
//
|
||||
|
||||
#ifndef RLA_IIPP_RECTANGLE_HPP
|
||||
#define RLA_IIPP_RECTANGLE_HPP
|
||||
|
||||
|
||||
struct Rectangle {
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
int height;
|
||||
};
|
||||
|
||||
|
||||
#endif //RLA_IIPP_RECTANGLE_HPP
|
||||
Reference in New Issue
Block a user