You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The templates for declarations and definitions match (e.g., float, int, ...) but the names change from .h to .cpp. cpp allows this, but it also leads to contradictions in the comments, I fear. I would fix them for you, but I don't know how particular you are about names. You mostly have 'miliseconds' as a parameter, but msTimeDuration occasionally (note, I did change one set of comments to match, but that's it).
I'd just go with msTimeDuration, if I were you.
The text was updated successfully, but these errors were encountered:
The templates for declarations and definitions match (e.g., float, int, ...) but the names change from .h to .cpp. cpp allows this, but it also leads to contradictions in the comments, I fear. I would fix them for you, but I don't know how particular you are about names. You mostly have 'miliseconds' as a parameter, but msTimeDuration occasionally (note, I did change one set of comments to match, but that's it).
I'd just go with msTimeDuration, if I were you.
The text was updated successfully, but these errors were encountered: