Imported platform_displacement module
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef PLATFORM_DISPLACEMENT_H
|
||||
#define PLATFORM_DISPLACEMENT_H
|
||||
|
||||
#include "../include/PR/ultratypes.h"
|
||||
#include "../include/types.h"
|
||||
|
||||
void update_mario_platform(void);
|
||||
void apply_mario_platform_displacement(void);
|
||||
void clear_mario_platform(void);
|
||||
|
||||
#endif // PLATFORM_DISPLACEMENT_H
|
||||
Reference in New Issue
Block a user