mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Tweaked header comment!
This commit is contained in:
parent
dba953d1a0
commit
cb2b8f9235
|
@ -22,13 +22,12 @@
|
||||||
/*
|
/*
|
||||||
* InputTypes.cpp
|
* 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"
|
#include "Supermodel.h"
|
||||||
|
|
||||||
// All the input subclasses have been grouped together here as they are very simple classes
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CSwitchInput
|
* CSwitchInput
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue