mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
13 lines
161 B
C++
13 lines
161 B
C++
#ifndef SIPAPIACCESS_H
|
|
#define SIPAPIACCESS_H
|
|
|
|
#include <sip.h>
|
|
|
|
class sipAPIAccess
|
|
{
|
|
public:
|
|
static const sipAPIDef* sipAPI();
|
|
};
|
|
|
|
#endif // SIPAPIACCESS_H
|