Show
Ignore:
Timestamp:
08/15/07 03:28:42 (5 years ago)
Author:
dsmith <dsmith@…>
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
Message:

wminput daemon mode

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@142 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wminput/c_plugin.h

    r49e0132 r7e5f213  
    1616 * 
    1717 *  ChangeLog: 
     18 *  2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     19 *  * added c_wiimote_deinit 
     20 * 
    1821 *  2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 
    1922 *  * Initial ChangeLog 
     
    2528int c_init(void); 
    2629int c_wiimote(cwiid_wiimote_t *wiimote); 
     30void c_wiimote_deinit(void); 
    2731void c_deinit(void); 
    2832int c_plugin_open(struct plugin *plugin, char *dir);