备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// UnityNative_Sharing.h
|
||||
//
|
||||
// Created by Nicholas Sheehan on 01/06/2018.
|
||||
//
|
||||
|
||||
#import "UnityAppController.h"
|
||||
|
||||
extern UIViewController* UnityGetGLViewController();
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void UnityNative_Sharing_ShareTextAndScreenshot(const char* shareText, const char* sharePath);
|
||||
void UnityNative_Sharing_ShareText(const char* shareText);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user