Skip to content

Commit

Permalink
plugins/chasm: only comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithamar committed Nov 9, 2023
1 parent 33ef635 commit eab7a08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/chasm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SCCS' Prism3D engine support
import { DataType, Plugin } from './plugin.js'

// earliest demo files: https://www.chasmaction.com/files/demos/1.02%201996-07-04/
// Map Editor instructions: https://steamcommunity.com/sharedfiles/filedetails/?id=2876780243

import { KaitaiStream } from 'kaitai-struct'
import C3O from '../kaitai/chasm_3o.js'
import CAR from '../kaitai/chasm_car.js'
Expand Down

0 comments on commit eab7a08

Please sign in to comment.