modernize header guards to #pragma once
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef INPUT_H
|
||||
#define INPUT_H
|
||||
#pragma once
|
||||
|
||||
/* TODO: incomplete/may not be necessary */
|
||||
|
||||
@@ -151,5 +150,3 @@ EXPORT int input_getbuttonstate(input_t input, uint32_t button);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user