mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Codebase refactor
This commit is contained in:
0
Runtime/Input/CInputGenerator.cpp
Normal file
0
Runtime/Input/CInputGenerator.cpp
Normal file
13
Runtime/Input/CInputGenerator.hpp
Normal file
13
Runtime/Input/CInputGenerator.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __RETRO_CINPUTGENERATOR_HPP__
|
||||
#define __RETRO_CINPUTGENERATOR_HPP__
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CInputGenerator
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CINPUTGENERATOR_HPP__
|
||||
2
Runtime/Input/CMakeLists.txt
Normal file
2
Runtime/Input/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
add_library(RuntimeCommonInput
|
||||
CInputGenerator.hpp CInputGenerator.cpp)
|
||||
Reference in New Issue
Block a user