Sanitize use of namespace
Wrap individual headers in dvl namespace to prevent including standard header in another namespace.
This commit is contained in:
parent
bd155e4a03
commit
64d26a7934
74 changed files with 275 additions and 10 deletions
|
|
@ -6,6 +6,10 @@
|
|||
#ifndef __CAPTURE_H__
|
||||
#define __CAPTURE_H__
|
||||
|
||||
DEVILUTION_BEGIN_NAMESPACE
|
||||
|
||||
void CaptureScreen();
|
||||
|
||||
DEVILUTION_END_NAMESPACE
|
||||
|
||||
#endif /* __CAPTURE_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue