Blender V2.61 - r43446
Functions

speaker.c File Reference

#include "DNA_object_types.h"
#include "DNA_sound_types.h"
#include "DNA_speaker_types.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BLI_bpath.h"
#include "BKE_animsys.h"
#include "BKE_global.h"
#include "BKE_library.h"
#include "BKE_main.h"
#include "BKE_speaker.h"

Go to the source code of this file.

Functions

void * add_speaker (const char *name)
Speakercopy_speaker (Speaker *spk)
void make_local_speaker (Speaker *spk)
void free_speaker (Speaker *spk)

Detailed Description

Definition in file speaker.c.


Function Documentation

void* add_speaker ( const char *  name)
Speaker* copy_speaker ( Speaker spk) [read]
void free_speaker ( Speaker spk)

Definition at line 130 of file speaker.c.

References BKE_free_animdata(), bSound::id, Speaker::sound, and ID::us.

Referenced by free_libblock().

void make_local_speaker ( Speaker spk)