HID_Calibrator/main.m
// |
// main.m |
// HID_Calibrator |
// |
// Created by George Warner on 3/26/11. |
// Copyright 2011 Apple Inc. All rights reserved. |
// |
#import <Cocoa/Cocoa.h> |
int main(int argc, char *argv[]) |
{ |
return NSApplicationMain(argc, (const char **)argv); |
} |
Copyright © 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-02-17