mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 05:15:10 +00:00
Cleaning u
This commit is contained in:
@@ -17,7 +17,7 @@ namespace RAY {
|
||||
public:
|
||||
//! @brief A Model animation constructor
|
||||
//! @param animationPtr an animation pointer, returned by the nimation-loading function
|
||||
ModelAnimation(::ModelAnimation *animationPtr);
|
||||
explicit ModelAnimation(::ModelAnimation *animationPtr);
|
||||
|
||||
//! @brief A default copy-constructor
|
||||
ModelAnimation(const ModelAnimation &) = default;
|
||||
@@ -45,9 +45,6 @@ namespace RAY {
|
||||
|
||||
size_t _frameCounter;
|
||||
INTERNAL:
|
||||
//! @brief Castin Object to raw model animation pointer
|
||||
operator ::ModelAnimation *();
|
||||
|
||||
//! @brief Castin Object to raw model animation pointer
|
||||
operator ::ModelAnimation() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user