From d8b164e4727c887979d4da6a4011a444749862fc Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 13 Aug 2020 12:07:52 -0600 Subject: Better file structure, stuff is better in general --- src/velocity.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/velocity.cpp') diff --git a/src/velocity.cpp b/src/velocity.cpp index ceca109..ec64cf3 100644 --- a/src/velocity.cpp +++ b/src/velocity.cpp @@ -1,4 +1,4 @@ -#include "velocity.h" +#include "../include/velocity.h" // Default velocity constructor Velocity :: Velocity () @@ -7,7 +7,7 @@ Velocity :: Velocity () setDy ( 0.0 ); } -// Velocity constructor +// Velocity constructor with data Velocity :: Velocity ( float dx , float dy ) { setDx ( dx ); -- cgit v1.2.3-70-g09d2