mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 21:26:08 +00:00
More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
This commit is contained in:
16
include/MetroidPrime/CInputGenerator.hpp
Normal file
16
include/MetroidPrime/CInputGenerator.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _CINPUTGENERATOR_HPP
|
||||
#define _CINPUTGENERATOR_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class COsContext;
|
||||
|
||||
class CInputGenerator {
|
||||
public:
|
||||
CInputGenerator(COsContext*, f32, f32);
|
||||
|
||||
private:
|
||||
u8 pad[0x14];
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user