Sanitize use of namespace

Wrap individual headers in dvl namespace to prevent
including standard header in another namespace.
This commit is contained in:
Joel Falcou 2020-04-18 14:07:48 +02:00 committed by Anders Jenbo
commit 64d26a7934
74 changed files with 275 additions and 10 deletions

View file

@ -6,6 +6,10 @@
#ifndef __CAPTURE_H__
#define __CAPTURE_H__
DEVILUTION_BEGIN_NAMESPACE
void CaptureScreen();
DEVILUTION_END_NAMESPACE
#endif /* __CAPTURE_H__ */