mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
10 lines
184 B
Objective-C
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
|