mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 13:29:55 +00:00
11 lines
133 B
C
11 lines
133 B
C
#ifndef _PSM_GLOBAL_H
|
|
#define _PSM_GLOBAL_H
|
|
|
|
#include "types.h"
|
|
|
|
// global PSM functions
|
|
|
|
void PSMCancelToPauseOffMainBgm();
|
|
|
|
#endif
|