X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Fmath%2Fcamera.c;h=7007524eebf758c2b3c216ae73f86673251cc103;hb=d82f06ff5e5b5cef51709d4618779772931e5e90;hp=3ab2cfca3cc3d4ef40314935047e8b6e79e633c3;hpb=961bbb87dca7f5406440d32c06dfc7552044e08a;p=familia.git diff --git a/src/math/camera.c b/src/math/camera.c index 3ab2cfc..7007524 100644 --- a/src/math/camera.c +++ b/src/math/camera.c @@ -1,6 +1,15 @@ - #include +#include "../storage/storage.h" + GLdouble camera_pos_x = 0; GLdouble camera_pos_y = 0; -GLdouble camera_pos_z = 0; \ No newline at end of file +GLdouble camera_pos_z = 0; + +/** + * + */ +struct position * camera_position_reset() +{ + /**/ +} \ No newline at end of file