mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
9 lines
81 B
C
9 lines
81 B
C
#pragma once
|
|
|
|
#include "Common.h"
|
|
|
|
NS_BF_BEGIN;
|
|
|
|
void WWiseUpdate();
|
|
|
|
NS_BF_END;
|