mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
upd includes
This commit is contained in:
parent
b7fa15d87d
commit
b6b4b04a8a
@ -1,7 +1,6 @@
|
||||
#ifndef __CDLL_H__
|
||||
#define __CDLL_H__
|
||||
|
||||
#include <windows.h>
|
||||
#include "VoicemeeterRemote.h"
|
||||
|
||||
long initialize_dll_interfaces(T_VBVMR_INTERFACE *iVMR);
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include "cdll.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <getopt.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "cdll.h"
|
||||
#include "vmr.h"
|
||||
#include "log.h"
|
||||
|
Loading…
Reference in New Issue
Block a user