mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
Tweaked header comment!
This commit is contained in:
parent
dba953d1a0
commit
cb2b8f9235
|
@ -22,13 +22,12 @@
|
|||
/*
|
||||
* InputTypes.cpp
|
||||
*
|
||||
* Different input subclasses, grouped together here as all are very simple classes.
|
||||
* The different input subclasses. They are grouped together here as they are
|
||||
* all very simple classes.
|
||||
*/
|
||||
|
||||
#include "Supermodel.h"
|
||||
|
||||
// All the input subclasses have been grouped together here as they are very simple classes
|
||||
|
||||
/*
|
||||
* CSwitchInput
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue