mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
7 lines
90 B
C++
7 lines
90 B
C++
#ifndef SOUND_INTERFACE_HPP
|
|
#define SOUND_INTERFACE_HPP
|
|
|
|
#include "sound/SI2.hpp"
|
|
|
|
#endif
|