12 lines
265 B
C
12 lines
265 B
C
/*!
|
|
@file WinHostInitialization.h
|
|
|
|
@brief Windows specific implementation of host environment initialization.
|
|
|
|
@author Satoshi Tanda
|
|
|
|
@copyright Copyright (c) 2020 - , Satoshi Tanda. All rights reserved.
|
|
*/
|
|
#pragma once
|
|
#include "../../Platform.h"
|