Minor code cleanup

This commit is contained in:
alastaira
2023-09-18 21:48:09 +01:00
parent 80856bf473
commit 41318bff92
3 changed files with 9 additions and 11 deletions

View File

@@ -22,8 +22,7 @@ You should have received a copy of the GNU Affero General Public License along w
#include "Animations.h"
#include "EyeConfig.h"
class EyeVariation
{
class EyeVariation {
public:
EyeVariation();
@@ -41,6 +40,4 @@ public:
void Apply(float t);
};
#endif
#endif