Finishing changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/10 00:54:53 by tigos #+# #+# */
|
||||
/* Updated: 2025/09/10 00:56:56 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/09/10 11:00:19 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -24,16 +24,20 @@ class Fixed
|
||||
|
||||
public:
|
||||
// Default constructor
|
||||
Fixed();
|
||||
|
||||
// Copy constructor
|
||||
Fixed(Fixed &other);
|
||||
|
||||
// Copy assignment operator overload
|
||||
Fixed& operator=(Fixed const &other);
|
||||
|
||||
// Destructor
|
||||
~Fixed();
|
||||
|
||||
// int getRawBits( void ) const;
|
||||
int getRawBits( void ) const;
|
||||
|
||||
// void setRawBits( int const raw );
|
||||
void setRawBits( int const raw );
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user