mirror of
https://github.com/zeldaret/tp
synced 2026-07-02 20:46:37 -04:00
11 lines
151 B
C
11 lines
151 B
C
#ifndef JAISE_H_
|
|
#define JAISE_H_
|
|
|
|
#include "global.h"
|
|
|
|
struct JAISoundID {
|
|
u32 soundId;
|
|
JAISoundID(JAISoundID const& soundIdToSet);
|
|
};
|
|
|
|
#endif |