Mercurial > touhou
view pytouhou/game/__init__.py @ 634:5270c34b4c00
Use the number of cores available for parallel compilation, instead of an hardcoded 4 threads.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 09 Jul 2015 22:18:30 +0100 |
parents | e35a083d4208 |
children |
line wrap: on
line source
# -*- encoding: utf-8 -*- ## ## Copyright (C) 2014 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published ## by the Free Software Foundation; version 3 only. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## class NextStage(Exception): pass class GameOver(Exception): pass