Skip to content

Commit 4047733

Browse files
author
haminjun
committed
Add Developer Info
Add Developer Info
1 parent 2713256 commit 4047733

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Classes/FmodAudioPlayer.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
* Date : 2016.04.26
3+
* Name : Fmod (Cocos2d-X ver 3.X)
4+
* Email : create(pbes0707@gmail.com) / modify(mark4215@naver.com)
5+
* GitHub : https://github.com/haminjun/Joystick_Lib
6+
* Cocos2d-x and linked the fmod library
7+
***********************************************************************/
18
#include "FmodAudioPlayer.h"
29

310
FmodAudioPlayer* FmodAudioPlayer::instance = nullptr;

Classes/HelloWorldScene.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*********************************************************************
2+
* Date : 2016.04.26
3+
* Name : Fmod (Cocos2d-X ver 3.X)
4+
* Email : create(pbes0707@gmail.com) / modify(mark4215@naver.com)
5+
* GitHub : https://github.com/haminjun/Joystick_Lib
6+
* Cocos2d-x and linked the fmod library
7+
***********************************************************************/
18
#include "HelloWorldScene.h"
29
#include "FmodAudioPlayer.h"
310

0 commit comments

Comments
 (0)