Начало
This commit is contained in:
10
include/myx-example-object-library/init.hpp
Normal file
10
include/myx-example-object-library/init.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef MYX_EXAMPLE_INTERFACE_LIBRARY_INIT_HPP_
|
||||
#define MYX_EXAMPLE_INTERFACE_LIBRARY_INIT_HPP_
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
int32_t init( int32_t v );
|
||||
|
||||
#endif // MYX_EXAMPLE_INTERFACE_LIBRARY_INIT_HPP_
|
Reference in New Issue
Block a user