Home
last modified time | relevance | path

Searched refs:GAMEVIEW_H (Results 1 – 11 of 11) sorted by relevance

/dports/games/klickety/klickety-21.12.3/src/
H A Dgameview.h7 #ifndef GAMEVIEW_H
8 #define GAMEVIEW_H macro
/dports/games/kapman/kapman-21.12.3/src/
H A Dgameview.h7 #ifndef GAMEVIEW_H
8 #define GAMEVIEW_H macro
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dgameview.h1 #ifndef GAMEVIEW_H
2 #define GAMEVIEW_H macro
/dports/games/granatier/granatier-21.12.3/src/
H A Dgameview.h8 #ifndef GAMEVIEW_H
9 #define GAMEVIEW_H macro
/dports/games/knetwalk/knetwalk-21.12.3/src/
H A Dgameview.h18 #ifndef GAMEVIEW_H
19 #define GAMEVIEW_H macro
/dports/games/kmahjongg/kmahjongg-21.12.3/src/
H A Dgameview.h7 #ifndef GAMEVIEW_H
8 #define GAMEVIEW_H macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DGameView.h1 #ifndef GAMEVIEW_H
2 #define GAMEVIEW_H macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/editor/
H A Deditor.h52 #define GAMEVIEW_H 200 macro
60 #define LVIEW_Y (GAMEVIEW_Y+GAMEVIEW_H+2)
/dports/games/d2x/d2x-0.2.5/main/editor/
H A Deditor.h52 #define GAMEVIEW_H 200 macro
60 #define LVIEW_Y (GAMEVIEW_Y+GAMEVIEW_H+2)
H A Dmed.c884 gr_init_sub_canvas(Canv_editor_game,Canv_editor,GAMEVIEW_X,GAMEVIEW_Y,GAMEVIEW_W,GAMEVIEW_H); in init_editor_screen()
912 …GameViewBox = ui_add_gadget_userbox( EditorWindow, GAMEVIEW_X, GAMEVIEW_Y, GAMEVIEW_W, GAMEVIEW_H in init_editor_screen()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dmed.cpp739 …gr_init_sub_canvas(*Canv_editor_game, *Canv_editor, GAMEVIEW_X, GAMEVIEW_Y, GAMEVIEW_W, GAMEVIEW_H in init_editor_screen()
763 GameViewBox = ui_add_gadget_userbox(*e, GAMEVIEW_X, GAMEVIEW_Y, GAMEVIEW_W, GAMEVIEW_H); in init_editor_screen()