forked from TeamTofuShop/segatools
remove 5gb wasted space by removing precompiled headers
This commit is contained in:
@ -8,9 +8,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "chuniio/leddata.h"
|
||||
|
||||
HRESULT led_serial_init(wchar_t led_com[12], DWORD baud);
|
||||
void led_serial_update(struct _chuni_led_data_buf_t* data);
|
||||
void led_serial_update_openithm(const byte* rgb);
|
||||
void led_serial_update_openithm(const uint8_t* rgb);
|
Reference in New Issue
Block a user