🚚 Apply namespace
This commit is contained in:
parent
87dcbcb6d7
commit
630e507f63
139 changed files with 276 additions and 279 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef __SYNC_H__
|
||||
#define __SYNC_H__
|
||||
|
||||
DEVILUTION_BEGIN_NAMESPACE
|
||||
namespace dvl {
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -20,6 +20,6 @@ void sync_init();
|
|||
}
|
||||
#endif
|
||||
|
||||
DEVILUTION_END_NAMESPACE
|
||||
}
|
||||
|
||||
#endif /* __SYNC_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue