mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
move includes into header guards
This commit is contained in:
parent
9863ca6dca
commit
4488a386b8
@ -1,9 +1,9 @@
|
||||
#include <windows.h>
|
||||
#include "VoicemeeterRemote.h"
|
||||
|
||||
#ifndef __CDLL_H__
|
||||
#define __CDLL_H__
|
||||
|
||||
#include <windows.h>
|
||||
#include "VoicemeeterRemote.h"
|
||||
|
||||
long initialize_dll_interfaces(T_VBVMR_INTERFACE *iVMR);
|
||||
|
||||
#endif /*__CDLL_H__*/
|
@ -1,9 +1,9 @@
|
||||
#include <stdbool.h>
|
||||
#include "voicemeeterRemote.h"
|
||||
|
||||
#ifndef __VMR_H__
|
||||
#define __VMR_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "voicemeeterRemote.h"
|
||||
|
||||
enum kind
|
||||
{
|
||||
BASIC = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user