Cocos2dUtilities
Utilities developed by HurleyProg for use with Cocos2d
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Properties
Pages
Source
CCLoadingOverlay
CCLoadingOverlay.h
1
//
2
// LoadingOverlay.h
3
// Empous
4
//
5
// Created by Ryan Hurley on 3/10/13.
6
// Copyright (c) 2013 HurleyProg. All rights reserved.
7
//
8
9
#import "CCLayer.h"
10
#import "cocos2d.h"
11
16
@interface
CCLoadingOverlay
: CCLayer
17
21
+(id)nodeWithFont:(NSString*)fontName;
22
26
+(id)nodeWithMessage:(NSString*)spinnerMessage withFont:(NSString*)fontName;
27
28
@end
Generated on Wed May 29 2013 15:15:02 for Cocos2dUtilities by
1.8.3.1