libragephoto: put C++ wrapper in ragephoto_c namespace
This commit is contained in:
parent
eadec52f35
commit
0fa69667d0
2 changed files with 4 additions and 6 deletions
|
|
@ -24,8 +24,7 @@
|
|||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
|
||||
namespace ragephoto {
|
||||
namespace c_wrapper {
|
||||
namespace ragephoto_c {
|
||||
|
||||
/**
|
||||
* \brief GTA V and RDR 2 Photo Parser (C API wrapper).
|
||||
|
|
@ -346,8 +345,7 @@ private:
|
|||
ragephoto_t instance;
|
||||
};
|
||||
|
||||
} // c_wrapper
|
||||
} // ragephoto
|
||||
} // ragephoto_c
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // RAGEPHOTO_C_HPP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue