This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// MigrateTwitterkitSession.swift | |
// | |
// | |
// Created by jonnyijapan on 2018/06/28. | |
// Copyright © 2018 jonnyijapan. All rights reserved. | |
// | |
import Foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Myinternalclass.cpp | |
// MyGame | |
// | |
// Created by Jonny Bergstrom on 20150521. | |
// | |
// | |
#include "Myinternalclass.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "HelloWorldScene.h" | |
USING_NS_CC; | |
ENCODABLE_OBJECT_DEFINE_CONSTRUCTOR(HelloWorld);//declare this for CCNSCoder | |
Scene* HelloWorld::createScene() | |
{ | |
// 'scene' is an autorelease object | |
auto scene = Scene::create(); |