source: abuse/tags/pd/macabuse/imlib/port/mac/hack.hpp @ 49

Last change on this file since 49 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 175 bytes
Line 
1#ifndef HACKS_HPP
2#define HACKS_HPP
3// hacks to let mac stuff do its stuff macishly
4
5extern int HackMode;
6
7void Pre_Hack_Mode();
8void Hack_Mode();
9void Unhack_Mode();
10
11#endif
Note: See TracBrowser for help on using the repository browser.