17 lines
150 B
C++
17 lines
150 B
C++
//
|
|
// Created by karutoh on 11/14/23.
|
|
//
|
|
|
|
#ifndef OPEN_W32_H
|
|
#define OPEN_W32_H
|
|
|
|
namespace ehs {
|
|
|
|
class Open_W32 {
|
|
|
|
};
|
|
|
|
} // lwe
|
|
|
|
#endif //OPEN_W32_H
|