|
1 | | -// ------------------------------------------------------------------------- |
2 | | -// @FileName : HelloWorld3.h |
3 | | -// @Author : Ark Game Tech |
4 | | -// @Date : 2014-05-14 08:51 |
5 | | -// @Module : HelloWorld3 |
6 | | -// |
7 | | -// ------------------------------------------------------------------------- |
8 | | - |
| 1 | +/***************************************************************************** |
| 2 | +// * This source file is part of ArkGameFrame * |
| 3 | +// * For the latest info, see https://github.com/ArkGame * |
| 4 | +// * * |
| 5 | +// * Copyright(c) 2013 - 2017 ArkGame authors. * |
| 6 | +// * * |
| 7 | +// * Licensed under the Apache License, Version 2.0 (the "License"); * |
| 8 | +// * you may not use this file except in compliance with the License. * |
| 9 | +// * You may obtain a copy of the License at * |
| 10 | +// * * |
| 11 | +// * http://www.apache.org/licenses/LICENSE-2.0 * |
| 12 | +// * * |
| 13 | +// * Unless required by applicable law or agreed to in writing, software * |
| 14 | +// * distributed under the License is distributed on an "AS IS" BASIS, * |
| 15 | +// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.* |
| 16 | +// * See the License for the specific language governing permissions and * |
| 17 | +// * limitations under the License. * |
| 18 | +// * * |
| 19 | +// * * |
| 20 | +// * @FileName HelloWorld3Module.h * |
| 21 | +// * @Author Ark Game Tech * |
| 22 | +// * @Date 2015-12-15 * |
| 23 | +// * @Module HelloWorld3Module * |
| 24 | + |
| 25 | +// * @brief HelloWorld3Module * |
| 26 | +*****************************************************************************/ |
9 | 27 | #ifndef AFC_HELLO_WORLD3_H |
10 | 28 | #define AFC_HELLO_WORLD3_H |
11 | 29 |
|
@@ -46,3 +64,4 @@ class HelloWorld3Module |
46 | 64 | }; |
47 | 65 |
|
48 | 66 | #endif |
| 67 | + |
0 commit comments