Skip to content

Commit

Permalink
Refactor|libdoom64: Switched st_stuff.c to C++, some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 15, 2015
1 parent 63b6236 commit 7822388
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 273 deletions.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/include/hu_automap.h
Expand Up @@ -214,7 +214,7 @@ dd_bool UIAutomap_SetCameraRotation(uiwidget_t* obj, dd_bool on);
dd_bool UIAutomap_PanMode(uiwidget_t* obj);
dd_bool UIAutomap_SetPanMode(uiwidget_t* obj, dd_bool on);

mobj_t* UIAutomap_FollowMobj(uiwidget_t* obj);
struct mobj_s *UIAutomap_FollowMobj(uiwidget_t *wi);

dd_bool UIAutomap_ZoomMax(uiwidget_t* obj);
dd_bool UIAutomap_SetZoomMax(uiwidget_t* obj, dd_bool on);
Expand Down
2 changes: 1 addition & 1 deletion doomsday/plugins/doom64/doom64.pro
Expand Up @@ -78,7 +78,7 @@ SOURCES += \
src/p_setup.c \
src/p_spec.cpp \
src/p_telept.c \
src/st_stuff.c \
src/st_stuff.cpp \
src/tables.c

win32 {
Expand Down

0 comments on commit 7822388

Please sign in to comment.