Skip to content

Commit 343171f

Browse files
docs: mention XTF support
1 parent 8be8b8c commit 343171f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,14 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
393393
<td align="center">✅</td>
394394
<td align="center">✅</td>
395395
</tr>
396+
<tr><!-- empty row to disable github striped bg color --></tr>
397+
<tr>
398+
<td>
399+
<a href="https://developer.valvesoftware.com/wiki/Half-Life_2_(Xbox)/Modding_Guide">XTF</a> v5.0
400+
</td>
401+
<td align="center">✅</td>
402+
<td align="center">✅</td>
403+
</tr>
396404
</table>
397405

398406
(\*) These libraries are incomplete and still in development. Their interfaces are unstable and will likely change in the future.

docs/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@ Several modern C++20 libraries for sanely parsing Valve formats, rolled into one
342342
<td align="center">✅</td>
343343
<td align="center">✅</td>
344344
</tr>
345+
<tr>
346+
<td>
347+
<a href="https://developer.valvesoftware.com/wiki/Half-Life_2_(Xbox)/Modding_Guide">XTF</a> v5.0
348+
</td>
349+
<td align="center">✅</td>
350+
<td align="center">✅</td>
351+
</tr>
345352
</table>
346353
\endhtmlonly
347354

0 commit comments

Comments
 (0)