about summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/rooms/Bye Room.txtpb
blob: 52d8c4230fd60861106aea5b9a83cb2304855b27 (plain) (blame)
1
2
3
4
5
6
7
8
9
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-12-26 09:11:23 +0000
 


an>
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */


#import <Foundation/Foundation.h>
#import "CCNotifications.h"
#import "cocos2d.h"

@interface CCNotificationDefaultDesign : CCLayerColor <CCNotificationDesignProtocol>
{
	CCLabelTTF *title_;
	CCLabelTTF *message_;
	CCSprite *image_;
}

@end