Skip to content

Instantly share code, notes, and snippets.

@Usushiki
Last active May 28, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Usushiki/e994e742bb7b23e948b355c81a3976c9 to your computer and use it in GitHub Desktop.
Save Usushiki/e994e742bb7b23e948b355c81a3976c9 to your computer and use it in GitHub Desktop.
//------------------------------------------//
// DebugDefine.hpp //
// //
// About デバッグ定数ヘッダー  //
// Last Update 2016/05/26  //
// //
// Coded by Y.Takada //
//   //
//------------------------------------------//
//-----------------------------
//多重インクルード防止
//-----------------------------
#pragma once
//-----------------------------
//ヘッダファイルのインクルード
//-----------------------------
#include<Windows.h>
#if defined(_DEBUG) || defined(DEBUG)
#define GAIA_DEBUG
#define DebugProcess(proc) do{proc;}while(0)
#endif
@Usushiki
Copy link
Author

ログ定数定義

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment