source:
vbox/trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlay.c@
33579
Last change on this file since 33579 was 22883, checked in by , 15 years ago | |
---|---|
|
|
File size: 98 bytes |
Line | |
---|---|
1 | void vboxCKeyDst(void); |
2 | void vboxCConv(); |
3 | void main(void) |
4 | { |
5 | vboxCKeyDst(); |
6 | vboxCConv(); |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.