Files
ppsspp/SDL/SDLCocoaMetalLayer.h
2020-01-20 14:42:40 +08:00

6 lines
76 B
C

#pragma once
extern "C" {
void *makeWindowMetalCompatible(void *window);
}