Skip to content

Commit a927237

Browse files
LifeismanadiedyesterdayMichaelHinrichs
committed
Add Cobra Engine
Co-authored-by: diedyesterday <[email protected]> Co-authored-by: NintenHero <[email protected]>
1 parent f3b1fc3 commit a927237

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

descriptions/Engine.Cobra.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Cobra**](https://www.frontier.co.uk/node/639) is an engine by Frontier, used in their games.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ChromeEngine[] = (?:^|/)engine(?:_pc)?\.rpack$
5757
Clausewitz[] = (?:^|/)common/defines\.(?:lua|txt)$
5858
Clausewitz[] = ^(?:game/)?common/defines/00_defines\.txt$
5959
ClickTeamFusion = (?:^|/)mmfs2\.dll$
60+
Cobra = (?:common|init)\.ovl$
6061
Cocos = cocos(?:2d|-js)
6162
Construct = (?:^|/)c[23]runtime\.js$
6263
CopperCube = \.ccb$

tests/types/Engine.Cobra.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ACAM/ACAM.common.ovl
2+
Products/FORC-FDEV-D-1010/Win32/Audio/AudioInit.ovl
3+
Win64/ovldata/Content0/Audio/Init/Init.ovl
4+
Win64/ovldata/Content0/Init.ovl
5+
common.ovl
6+
init.ovl

tests/types/_NonMatchingTests.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ box2d.wasm.jsf
9797
box2d-wasm.js
9898
box2d_wasm.js
9999
box2d/wasm.js
100+
init_ovl
101+
init.ovll
102+
nit.ovl
103+
common_ovl
104+
common.ovll
105+
ommon.ovl
100106
libhl.dlll
101107
libhl.soo
102108
libhl_so

0 commit comments

Comments
 (0)