♻️ Consistently use pragma once to guard the headers
This commit is contained in:
parent
bfb3c11c2b
commit
433edc63ea
82 changed files with 85 additions and 297 deletions
|
|
@ -3,8 +3,7 @@
|
|||
*
|
||||
* Interface of functionality transmitting chat messages.
|
||||
*/
|
||||
#ifndef __TMSG_H__
|
||||
#define __TMSG_H__
|
||||
#pragma once
|
||||
|
||||
namespace devilution {
|
||||
|
||||
|
|
@ -39,5 +38,3 @@ void tmsg_cleanup();
|
|||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endif /* __TMSG_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue