aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/g_stars.h
blob: 3a7a4187af5f7858fb2781ad9f6e5ac4110affde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * PARSEC HEADER: g_stars.h
 */

#ifndef _G_STARS_H_
#define _G_STARS_H_


// external functions

void		InitFixedStars();
void		DrawFixedStars();

void		InitPseudoStars();
void		DrawPseudoStars();


#endif // _G_STARS_H_