Commit 280d839c authored by mercury233's avatar mercury233

version

parent 8c140028
...@@ -6,17 +6,17 @@ coffeelint.json ...@@ -6,17 +6,17 @@ coffeelint.json
password.json password.json
config.*.json config.*.json
ygopro /ygopro/
windbot /windbot/
/decks/ /decks/
/node_modules/ /node_modules/
!/node_modules/struct/
test* test*
*.heapsnapshot *.heapsnapshot
*.tmp *.tmp
*.bak *.bak
*.log *.log
Thumbs.db Thumbs.db
ehthumbs.db ehthumbs.db
Desktop.ini Desktop.ini
......
// a special version of node-struct by xdenser
// https://github.com/xdenser/node-struct/tree/f843487d6768cd0bf20c2ce7803dde2d92df5694
function byteField(p, offset) { function byteField(p, offset) {
this.length = 1; this.length = 1;
this.get = function () { this.get = function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment