Skip to content

Commit

Permalink
added credits
Browse files Browse the repository at this point in the history
  • Loading branch information
RektInator committed Sep 18, 2019
1 parent ee37e44 commit 0b93f09
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Assemble.cpp
@@ -1,3 +1,11 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#include "stdafx.hpp"

class Assembler
Expand Down
8 changes: 8 additions & 0 deletions src/IW5_PC.hpp
@@ -1,3 +1,11 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#define OP_End 0x0
#define OP_Return 0x1
#define OP_GetByte 0x2
Expand Down
8 changes: 8 additions & 0 deletions src/IW6_PC.hpp
@@ -1,3 +1,11 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#define OP_SetNewLocalVariableFieldCached0 0x17
#define OP_EvalSelfFieldVariable 0x18
#define OP_Return 0x19
Expand Down
8 changes: 8 additions & 0 deletions src/ScriptfileDisasm.cpp
@@ -1,3 +1,11 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#include "stdafx.hpp"

long flength(FILE* fp)
Expand Down
8 changes: 8 additions & 0 deletions src/stdafx.cpp
@@ -1 +1,9 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#include "stdafx.hpp"
8 changes: 8 additions & 0 deletions src/stdafx.hpp
@@ -1,3 +1,11 @@
// ======================= ZoneTool =======================
// zonetool, a fastfile linker for various
// Call of Duty titles.
//
// Project: https://github.com/ZoneTool/gsc-asm
// Author: RektInator (https://github.com/RektInator)
// License: GNU GPL v3.0
// ========================================================
#pragma once
#define _CRT_SECURE_NO_WARNINGS

Expand Down

0 comments on commit 0b93f09

Please sign in to comment.