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.

10 rivejä
175 B

  1. #pragma once
  2. #include "JObject.h"
  3. #define NS_NETSDK_CFG_BEGIN namespace XSDK_CFG{
  4. #define NS_NETSDK_CFG_END }
  5. #define USE_NS_NETSDK_CFG using namespace XSDK_CFG;