Skip to content

Commit 7efa3a3

Browse files
committed
add head
1 parent 7916814 commit 7efa3a3

File tree

166 files changed

+5075
-1569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+5075
-1569
lines changed

Frame/Examples/Tutorial1/HelloWorld1.h

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
// -------------------------------------------------------------------------
2-
// @FileName : HelloWorld1.h
3-
// @Author : Ark Game Tech
4-
// @Date : 2014-05-14 08:51
5-
// @Module : HelloWorld1
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 HelloWorld1.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module HelloWorld1 *
24+
// * @email [email protected] *
25+
// * @brief HelloWorld1 *
26+
*****************************************************************************/
927
#ifndef AFC_HELLO_WORLD1_H
1028
#define AFC_HELLO_WORLD1_H
1129

@@ -34,3 +52,4 @@ class HelloWorld1
3452
};
3553

3654
#endif
55+

Frame/Examples/Tutorial1/Tutorial1.h

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
// -------------------------------------------------------------------------
2-
// @FileName : Tutorial1.h
3-
// @Author : Ark Game Tech
4-
// @Date : 2014-05-14 08:51
5-
// @Module : Tutorial1
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 Tutorial1.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module Tutorial1 *
24+
// * @email [email protected] *
25+
// * @brief Tutorial1 *
26+
*****************************************************************************/
927
#ifndef NF_TUTORIAL1_H
1028
#define NF_TUTORIAL1_H
1129

@@ -27,4 +45,4 @@ class Tutorial1 : public AFIPlugin
2745

2846
virtual void Uninstall();
2947
};
30-
#endif
48+
#endif

Frame/Examples/Tutorial2/HelloWorld2.h

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
// -------------------------------------------------------------------------
2-
// @FileName : HelloWorld2.h
3-
// @Author : Ark Game Tech
4-
// @Date : 2014-05-14 08:51
5-
// @Module : HelloWorld2
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 HelloWorld2.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module HelloWorld2 *
24+
// * @email [email protected] *
25+
// * @brief HelloWorld2 *
26+
*****************************************************************************/
927
#ifndef AFC_HELLO_WORLD2_H
1028
#define AFC_HELLO_WORLD2_H
1129

@@ -37,3 +55,4 @@ class HelloWorld2
3755
};
3856

3957
#endif
58+

Frame/Examples/Tutorial2/Tutorial2.h

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
// -------------------------------------------------------------------------
2-
// @FileName : NFTutorial2.h
3-
// @Author : Ark Game Tech
4-
// @Date : 2014-05-14 08:51
5-
// @Module : NFTutorial2
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 Tutorial2.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module Tutorial2 *
24+
// * @email [email protected] *
25+
// * @brief Tutorial2 *
26+
*****************************************************************************/
927
#ifndef NF_TUTORIAL2_H
1028
#define NF_TUTORIAL2_H
1129

@@ -28,4 +46,4 @@ class Tutorial2 : public AFIPlugin
2846

2947
virtual void Uninstall();
3048
};
31-
#endif
49+
#endif

Frame/Examples/Tutorial3/HelloWorld3Module.h

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
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+
// * @email [email protected] *
25+
// * @brief HelloWorld3Module *
26+
*****************************************************************************/
927
#ifndef AFC_HELLO_WORLD3_H
1028
#define AFC_HELLO_WORLD3_H
1129

@@ -46,3 +64,4 @@ class HelloWorld3Module
4664
};
4765

4866
#endif
67+

Frame/Examples/Tutorial3/Tutorial3Plugin.h

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
1-
// -------------------------------------------------------------------------
2-
// @FileName : NFTutorial3.h
3-
// @Author : Ark Game Tech
4-
// @Date : 2014-05-14 08:51
5-
// @Module : NFTutorial3
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 Tutorial3Plugin.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module Tutorial3Plugin *
24+
// * @email [email protected] *
25+
// * @brief Tutorial3Plugin *
26+
*****************************************************************************/
927
#ifndef NF_TUTORIAL3_H
1028
#define NF_TUTORIAL3_H
1129

@@ -28,4 +46,4 @@ class Tutorial3Plugin : public AFIPlugin
2846

2947
virtual void Uninstall();
3048
};
31-
#endif
49+
#endif

Frame/SDK/Base/AFArrayPod.hpp

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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 AFArrayPod.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module AFArrayPod *
24+
// * @email [email protected] *
25+
// * @brief AFArrayPod *
26+
*****************************************************************************/
127
#pragma once
228

329
#include <stdint.h>
@@ -305,4 +331,4 @@ class ArraryPod
305331
TYPE* mpData;
306332
size_t mnCapacity; //容量
307333
size_t mnSize; //数量
308-
};
334+
};

Frame/SDK/Base/AFBitValue.hpp

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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 AFBitValue.h *
21+
// * @Author Ark Game Tech *
22+
// * @Date 2015-12-15 *
23+
// * @Module AFBitValue *
24+
// * @email [email protected] *
25+
// * @brief AFBitValue *
26+
*****************************************************************************/
127
#pragma once
228

329
//对内置类型的位操作 类型值只能是内置的类型(int, short, char..等)
@@ -128,4 +154,4 @@ class BitValue
128154

129155
private:
130156
T m_nValue;
131-
};
157+
};

0 commit comments

Comments
 (0)