flimEngine
snd_err.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef SNDERR_H
3
#define SNDERR_H
4
5
6
7
typedef
enum
snd_err
8
{
9
OK
,
// success
10
ERR
,
// failure
11
INSUFFICIENT_SPACE
,
// insufficient_space
12
NULLPTR
,
//null_ptr,
13
NOT_FOUND
,
//not_found,
14
NOT_IN_USE
,
//not_in_use,
15
MULTIPLE_ADD
,
//multiple_add,
16
IN_USE
,
//in_use,
17
BAD_HANDLE
,
//bad_handle,
18
NO_TRACK
//no_track
19
}
snd_error
;
20
21
#endif
snd_error
enum snd_err snd_error
ERR
Definition:
snd_err.h:10
MULTIPLE_ADD
Definition:
snd_err.h:15
NULLPTR
Definition:
snd_err.h:12
INSUFFICIENT_SPACE
Definition:
snd_err.h:11
BAD_HANDLE
Definition:
snd_err.h:17
NO_TRACK
Definition:
snd_err.h:18
IN_USE
Definition:
snd_err.h:16
NOT_IN_USE
Definition:
snd_err.h:14
NOT_FOUND
Definition:
snd_err.h:13
snd_err
snd_err
Definition:
snd_err.h:7
OK
Definition:
snd_err.h:9
Users
JackCampbell
Perforce
engines_spring
berthiaume2017spring_gam377
student
jcampb44
flimEngine
src
SoundEngine
snd_err.h
Generated by
1.8.13