Changeset 7e5f213decff36c62421b1b3d02d02b3037c79a2 for wminput/c_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/c_plugin.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wminput/c_plugin.h
r49e0132 r7e5f213 16 16 * 17 17 * ChangeLog: 18 * 2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 19 * * added c_wiimote_deinit 20 * 18 21 * 2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 19 22 * * Initial ChangeLog … … 25 28 int c_init(void); 26 29 int c_wiimote(cwiid_wiimote_t *wiimote); 30 void c_wiimote_deinit(void); 27 31 void c_deinit(void); 28 32 int c_plugin_open(struct plugin *plugin, char *dir);
