summaryrefslogblamecommitdiffstats
path: root/crawl-ref/source/skills.h
blob: 1a4f295f09b7ffb788fe40f8efbf4bc4d2a4e400 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
  
                        

                                           








                                     
                                
 
      
/*
 *  File:       skills.h
 *  Summary:    Skill exercising functions.
 *  Written by: Linley Henzell
 */


#ifndef SKILLS_H
#define SKILLS_H

int skill_cost_needed( int level );
void calc_total_skill_points( void );

int exercise(int exsk, int deg);

#endif