This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Find the Libnotify libraries | |
| # This module will find the libnotify library, and do some | |
| # sanity checking (making sure things compile, version checking, | |
| # dependancy checking, etc). Libnotify requires the GTK Library (GTK2 or GTK3) and glib Library (GLIB2) | |
| # This requires cmake => 2.8 to work correctly | |
| # @Author: Jacob "HACKhalo2" Litewski | |
| # @Version: 1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static | |
| bool | |
| cdsurvival_SendChunk (CDServer* server, SVPlayer* player, SVChunkPosition* coord) | |
| { | |
| DO { | |
| SVPacketPreChunk pkt = { | |
| .response = { | |
| .position = *coord, | |
| .mode = true | |
| } |
NewerOlder