#ifndef DAODAN_H
#define DAODAN_H

#include <windows.h>
#include <windowsx.h>
#include <assert.h>
#include "stdint.h"

#include "Oni/Oni.h"

#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))

extern HMODULE DDrDLLModule;
extern HMODULE DDrONiModule;

#endif
