mirror of
https://github.com/Ikatono/stream_pad.git
synced 2025-10-29 04:56:01 -05:00
a bunch of misc updates
This commit is contained in:
11
src/ActionId.hpp
Normal file
11
src/ActionId.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef H_C91B532FD0D0486EAE4B48A326F9CA8C
|
||||
#define H_C91B532FD0D0486EAE4B48A326F9CA8C
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
struct ActionId
|
||||
{
|
||||
uint32_t value;
|
||||
};
|
||||
|
||||
#endif //H_C91B532FD0D0486EAE4B48A326F9CA8C
|
||||
Reference in New Issue
Block a user