# Changes 0.2.4-1
- Add GIT_BRANCH (for development and stable) - Write Documentation of - pd-core (exept of vec.hpp) - pd-app - pd-drivers - pd-lib3ds - pd-image - pd-image - pd-ui7
This commit is contained in:
@ -26,7 +26,15 @@ SOFTWARE.
|
||||
#include <pd/core/common.hpp>
|
||||
|
||||
namespace PD {
|
||||
/**
|
||||
* Namespace to Everything that has to
|
||||
* do with the 3ds (very empty currently)
|
||||
*/
|
||||
namespace Ctr {
|
||||
/**
|
||||
* Get the System Language key (for lang system)
|
||||
* @return language key
|
||||
*/
|
||||
std::string GetSystemLanguage();
|
||||
} // namespace Ctr
|
||||
} // namespace PD
|
Reference in New Issue
Block a user