Skip to content

Commit

Permalink
Fix camera include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
BaloghTamas authored and Tamas Balogh committed Feb 10, 2021
1 parent c7240b9 commit ff76678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// NOTE: must include quakedef.h first

#ifndef _CAMERA_H_
#define _CAMEA_H_
#define _CAMERA_H_

// pitch, yaw, dist
extern vec3_t cam_ofs;
Expand Down

0 comments on commit ff76678

Please sign in to comment.