aboutsummaryrefslogtreecommitdiff
path: root/smelt/sdl/smelt_config.hpp
blob: 0e56e8ab5c8c273a154f9ae9e1866e94c639782b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- C++ -*-
/*
 * Simple MultimEdia LiTerator(SMELT)
 * by Chris Xiong 2015
 * Configuration header for SDL version
 *
 * Modify this header according to your own requirements.
 *
 */

/*
 * Maximum audio channels.
 * (How many audio can be played simultaneously?)
 */
#define SRC_MAX 128

/*
 * Client-side vertex buffer size.
 */
#define VERTEX_BUFFER_SIZE 4000