Last change
on this file since 3167 was
2068,
checked in by Sam Hocevar, 13 years ago
|
- Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
|
-
Property svn:eol-style set to
native
|
File size:
369 bytes
|
Line | |
---|
1 | #ifndef __CACA_EVENT_H__ |
---|
2 | #define __CACA_EVENT_H__ |
---|
3 | |
---|
4 | #include <ruby.h> |
---|
5 | |
---|
6 | extern VALUE cEvent; |
---|
7 | extern VALUE cEventKeyPress; |
---|
8 | extern VALUE cEventKeyRelease; |
---|
9 | extern VALUE cEventMouse; |
---|
10 | extern VALUE cEventMousePress; |
---|
11 | extern VALUE cEventMouseRelease; |
---|
12 | extern VALUE cEventMouseMotion; |
---|
13 | extern VALUE cEventResize; |
---|
14 | extern VALUE cEventQuit; |
---|
15 | extern void Init_caca_event(VALUE); |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.