Changeset 7e5f213decff36c62421b1b3d02d02b3037c79a2 for wminput/py_plugin.h
- Timestamp:
- 08/15/07 03:28:42 (5 years ago)
- git-author:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2007-08-15T03:28:42Z+0000
- Parents:
- f74d95ef1b141f63caaf55d5f29bd5df1ff9cdb0
- Children:
- 3c99e2c9568a84f9e8bb60549c145d3f03d73716
- git-committer:
- dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-08-15T03:28:42Z+0000
- Files:
-
- 1 modified
-
wminput/py_plugin.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wminput/py_plugin.h
r49e0132 r7e5f213 16 16 * 17 17 * ChangeLog: 18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 19 * * added py_wiimote_deinit 20 * 18 21 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 19 22 * * refactored to isolate plugin logic … … 28 31 int py_init(void); 29 32 int py_wiimote(cwiid_wiimote_t *wiimote); 33 void py_wiimote_deinit(void); 30 34 void py_deinit(void); 31 35 int py_plugin_open(struct plugin *plugin, char *dir);
