whoa/src/app/mac/EngineMTLLayerView.h
2025-12-25 13:10:25 +09:00

10 lines
184 B
Objective-C

#ifndef APP_MAC_ENGINE_MTL_LAYER_VIEW_H
#define APP_MAC_ENGINE_MTL_LAYER_VIEW_H
#include "app/mac/EngineGLLayerView.h"
@interface EngineMTLLayerView : EngineGLLayerView
@end
#endif