Archivé
1
0

Converting templates to use pragma once

Cette révision appartient à :
Jacob Alexander 2015-07-25 16:11:24 -07:00
Parent f40c189980
révision 59a7455cd9
2 fichiers modifiés avec 2 ajouts et 12 suppressions

Voir le fichier

@ -17,8 +17,7 @@
<|Information|>
#ifndef __kll_defs_h
#define __kll_defs_h
#pragma once
// ----- KLL Variables -----
<|VariableInformation|>
@ -28,7 +27,3 @@
// ----- Defines -----
<|Defines|>
#endif // __kll_defs_h

Voir le fichier

@ -17,8 +17,7 @@
<|Information|>
#ifndef __kiibohdKeymap_h
#define __kiibohdKeymap_h
#pragma once
// ----- Includes -----
@ -126,7 +125,3 @@
// - Layer State
<|LayerState|>
#endif // __generatedKeymap_h