Skip to content

Commit cd2ffa8

Browse files
diedyesterdaywastakenLifeismana
andauthored
Add Argon (#849)
Co-authored-by: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com>
1 parent 1a64e31 commit cd2ffa8

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

descriptions/Engine.Argon.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Argon**](http://www.silden.eu/technology.html) is an in-house engine used to power games made by Sliden.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ AGI = (?:^|/)AGIDATA\.OVL$
4040
Alpha_Engine = ^Alpha_Engine\.dll$
4141
Amazon_Lumberyard = ^bootstrap\.cfg$
4242
AppGameKit = (?:^|/)bytecode\.byc$
43+
Argon = ^ar\.cfg$
4344
Asura = \.asr$
4445
BabylonJS = (?:^|/)(?:babylon\.js|lib/babylon)$
4546
Bitsquid[] = (?:^|/)[a-f0-9]{16}\.stream$

tests/types/Engine.Argon.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ar.cfg

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,9 @@ Steamworks.gmk.dllf
10711071
Steamworks.gml.dllf
10721072
display_mouse_lock.dllf
10731073
rousrDissonance.dllf
1074+
ar_cfg
1075+
rar.cfg
1076+
ar.cfgg
10741077
CleanMem.dllf
10751078
window_set_cursor.dllf
10761079
joydll.dllf

0 commit comments

Comments
 (0)