You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #pragma once
- #include "JObject.h"
-
- #define NS_NETSDK_CFG_BEGIN namespace XSDK_CFG{
- #define NS_NETSDK_CFG_END }
- #define USE_NS_NETSDK_CFG using namespace XSDK_CFG;
-
-
-
|