Skip to content

Commit 0b93f09

Browse files
committed
added credits
1 parent ee37e44 commit 0b93f09

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed

src/Assemble.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#include "stdafx.hpp"
210

311
class Assembler

src/IW5_PC.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#define OP_End 0x0
210
#define OP_Return 0x1
311
#define OP_GetByte 0x2

src/IW6_PC.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#define OP_SetNewLocalVariableFieldCached0 0x17
210
#define OP_EvalSelfFieldVariable 0x18
311
#define OP_Return 0x19

src/ScriptfileDisasm.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#include "stdafx.hpp"
210

311
long flength(FILE* fp)

src/stdafx.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#include "stdafx.hpp"

src/stdafx.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// ======================= ZoneTool =======================
2+
// zonetool, a fastfile linker for various
3+
// Call of Duty titles.
4+
//
5+
// Project: https://github.com/ZoneTool/gsc-asm
6+
// Author: RektInator (https://github.com/RektInator)
7+
// License: GNU GPL v3.0
8+
// ========================================================
19
#pragma once
210
#define _CRT_SECURE_NO_WARNINGS
311

0 commit comments

Comments
 (0)