master uint/magnolia / include / platform / platform_maus.h
 1#ifndef PLATFORM_MAUS_H
 2#define PLATFORM_MAUS_H
 3
 4#include <maus.h>
 5
 6typedef Maus MGWindow;
 7
 8typedef struct {
 9	void* uhh;
10} MGVidBE;
11
12#endif /* PLATFORM_MAUS_H */