12 lines
345 B
C++
12 lines
345 B
C++
////////////////////////////////////////////////////////////////////////////////
|
|
///
|
|
/// @file CubeStruct.cpp
|
|
/// @author hukim
|
|
/// @brief [2010/08/24 by hukim] This is created.\n
|
|
///
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "StdAfx.h"
|
|
#include ".\CubeStruct.h" // header
|
|
|
|
__EMPTY_FILE_TAG(); |