File: util.h

package info (click to toggle)
enemylines3 1.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,448 kB
  • sloc: cpp: 16,314; makefile: 25
file content (30 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30


#include "coordinate.h"

namespace el3 {

void error();

float destdegree(C3f p1,C3f p2);
C3f unproject(int x, int y);

void ortho2d(float dx=640,float dy=480);
void ortho2d_off();

void screenshot(int w,int hi,unsigned int t=0);


void bar(C3 start,C3 size);
void crosshair();

void menu_bg();


void lockmouse();
void unlockmouse();
void togglemouselock();
bool ismouselocked();

bool testspeed();
} //namespace