CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/SDL/PPSSPPAboutViewController.h
Views: 1401
1
//
2
// PPSSPPAboutViewController.h
3
// PPSSPP
4
//
5
// Created by Serena on 23/04/2023.
6
//
7
8
#pragma once
9
10
#import <Cocoa/Cocoa.h>
11
12
@interface PPSSPPAboutViewController : NSViewController
13
@end
14
15