Mercurial > vba-clojure
comparison java/src/com/aurellem/gb/Gb.java @ 53:9d0ec2614443
enabled stepping from clojure
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 07 Mar 2012 02:31:39 -0600 |
parents | e643f55bc886 |
children | 719d910c90f8 |
comparison
equal
deleted
inserted
replaced
52:ee70875e0d3e | 53:9d0ec2614443 |
---|---|
24 public static void loadVBA(){ | 24 public static void loadVBA(){ |
25 System.loadLibrary("vba"); | 25 System.loadLibrary("vba"); |
26 } | 26 } |
27 | 27 |
28 | 28 |
29 public static native void step(); | |
30 | |
31 public static native void shutdown(); | |
29 | 32 |
30 } | 33 } |